Searched refs:l4ep (Results 1 – 1 of 1) sorted by relevance
33 #define l4e_read_atomic(l4ep) \ argument34 l4e_from_intpte(pte_read_atomic(&l4e_get_intpte(*(l4ep))))43 #define l4e_write_atomic(l4ep, l4e) \ argument44 pte_write_atomic(&l4e_get_intpte(*(l4ep)), l4e_get_intpte(l4e))56 #define l4e_write(l4ep, l4e) \ argument57 pte_write(&l4e_get_intpte(*(l4ep)), l4e_get_intpte(l4e))
Completed in 5 milliseconds