Searched refs:LPAE_ENTRY_MASK (Results 1 – 5 of 5) sorted by relevance
234 #define LPAE_ENTRY_MASK (LPAE_ENTRIES - 1) macro259 #define TABLE_OFFSET(offs) ((unsigned int)(offs) & LPAE_ENTRY_MASK)
425 and x1, x1, #LPAE_ENTRY_MASK /* x1 := Slot offset */444 and x1, x2, #LPAE_ENTRY_MASK /* x1 := Slot to use */468 and x1, x2, #LPAE_ENTRY_MASK /* x1 := Slot to use */
399 unsigned long slot_mfn = mfn_x(mfn) & ~LPAE_ENTRY_MASK; in map_domain_page()452 + ((mfn_x(mfn) & LPAE_ENTRY_MASK) << THIRD_SHIFT)); in map_domain_page()485 unsigned long offset = (va>>THIRD_SHIFT) & LPAE_ENTRY_MASK; in domain_page_map_to_mfn()
204 root_table &= LPAE_ENTRY_MASK; in p2m_get_root_pointer()
313 ldr r3, =LPAE_ENTRY_MASK
Completed in 12 milliseconds