Searched refs:CTRL_C_BIT (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/ |
D | AArch64Support.S | 22 .set CTRL_C_BIT, (1 << 2) define 129 4: mov x1, #~(CTRL_M_BIT | CTRL_C_BIT | CTRL_I_BIT) // Disable MMU, D & I caches 160 4: orr x0, x0, #CTRL_C_BIT // Set C bit 179 4: and x0, x0, #~CTRL_C_BIT // Clear C bit
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Arm/ |
D | ArmV7Support.asm | 23 CTRL_C_BIT EQU (1 << 2) define 95 bic r0, r0, #CTRL_C_BIT ; Disable D Cache
|
D | ArmV7Support.S | 22 .set CTRL_C_BIT, (1 << 2) define 93 bic r0, r0, #CTRL_C_BIT @ Disable D Cache
|