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.S23 .set CTRL_I_BIT, (1 << 12) define
129 4: mov x1, #~(CTRL_M_BIT | CTRL_C_BIT | CTRL_I_BIT) // Disable MMU, D & I caches
198 4: orr x0, x0, #CTRL_I_BIT // Set I bit
217 4: and x0, x0, #~CTRL_I_BIT // Clear I bit
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Arm/
DArmV7Support.asm25 CTRL_I_BIT EQU (1 << 12) define
96 bic r0, r0, #CTRL_I_BIT ; Disable I Cache
DArmV7Support.S24 .set CTRL_I_BIT, (1 << 12) define
94 bic r0, r0, #CTRL_I_BIT @ Disable I Cache