Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/
DAArch64Support.S22 .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/
DArmV7Support.asm23 CTRL_C_BIT EQU (1 << 2) define
95 bic r0, r0, #CTRL_C_BIT ; Disable D Cache
DArmV7Support.S22 .set CTRL_C_BIT, (1 << 2) define
93 bic r0, r0, #CTRL_C_BIT @ Disable D Cache