Searched refs:CTRL_I_BIT (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/ |
D | AArch64Support.S | 62 .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/ |
D | ArmV7Support.asm | 25 CTRL_I_BIT EQU (1 << 12) define 90 bic r0, r0, #CTRL_I_BIT ; Disable I Cache
|
D | ArmV7Support.S | 61 .set CTRL_I_BIT, (1 << 12) define 127 bic r0, r0, #CTRL_I_BIT @ Disable I Cache
|