Searched refs:l2ep (Results 1 – 1 of 1) sorted by relevance
29 #define l2e_read_atomic(l2ep) \ argument30 l2e_from_intpte(pte_read_atomic(&l2e_get_intpte(*(l2ep))))39 #define l2e_write_atomic(l2ep, l2e) \ argument40 pte_write_atomic(&l2e_get_intpte(*(l2ep)), l2e_get_intpte(l2e))52 #define l2e_write(l2ep, l2e) \ argument53 pte_write(&l2e_get_intpte(*(l2ep)), l2e_get_intpte(l2e))
Completed in 4 milliseconds