Searched refs:l3ep (Results 1 – 1 of 1) sorted by relevance
30 #define l3e_read_atomic(l3ep) \ argument31 l3e_from_intpte(pte_read_atomic(&l3e_get_intpte(*(l3ep))))40 #define l3e_write_atomic(l3ep, l3e) \ argument41 pte_write_atomic(&l3e_get_intpte(*(l3ep)), l3e_get_intpte(l3e))53 #define l3e_write(l3ep, l3e) \ argument54 pte_write(&l3e_get_intpte(*(l3ep)), l3e_get_intpte(l3e))
Completed in 3 milliseconds