Home
last modified time | relevance | path

Searched refs:CTRL_I_BIT (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/
DAArch64Support.S62 .set CTRL_I_BIT, (1 << 12) define
164 4: mov x1, #~(CTRL_M_BIT | CTRL_C_BIT | CTRL_I_BIT) // Disable MMU, D & I caches
233 4: orr x0, x0, #CTRL_I_BIT // Set I bit
252 4: and x0, x0, #~CTRL_I_BIT // Clear I bit
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/ArmV7/
DArmV7Support.asm25 CTRL_I_BIT EQU (1 << 12) define
90 bic r0, r0, #CTRL_I_BIT ; Disable I Cache
DArmV7Support.S61 .set CTRL_I_BIT, (1 << 12) define
127 bic r0, r0, #CTRL_I_BIT @ Disable I Cache