Searched refs:PT_LOWER (Results 1 – 1 of 1) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/ |
A D | head.S | 33 #define PT_LOWER(x) (PT_##x & 0x0ff) macro 281 orr r2, r2, #PT_LOWER(PT) /* (+ rights for linear PT) */ 291 orr r2, r2, #PT_LOWER(MEM) 305 orr r2, r2, #PT_LOWER(PT) /* (+ rights for linear PT) */ 320 orr r2, r2, #PT_LOWER(MEM) 333 orr r2, r2, #PT_LOWER(MEM_L3) 391 orr r2, r2, #PT_LOWER(DEV_L3) /* r2:r3 := 4K dev map including UART */ 400 orr r2, r2, #PT_LOWER(PT) /* r2:r3 := table map of xen_fixmap */
|
Completed in 3 milliseconds