Searched refs:ARM_TTE_BLOCK_L2_MASK (Results 1 – 3 of 3) sorted by relevance
1553 #define ARM_TTE_BLOCK_L2_MASK 0x0000fffffe000000ULL /* mask to extract phys address … macro1560 #define ARM_TTE_BLOCK_L2_MASK 0x0000ffffffe00000ULL /* mask to extract phys address … macro
402 and $6, $1, #(ARM_TTE_BLOCK_L2_MASK) // Get address bits of block mapping
1140 tmplate = (pa & ARM_TTE_BLOCK_L2_MASK) | ARM_TTE_TYPE_BLOCK in arm_vm_page_granular_prot()