Searched refs:l2ep (Results 1 – 1 of 1) sorted by relevance
28 #define l2e_read_atomic(l2ep) \ argument29 l2e_from_intpte(pte_read_atomic(&l2e_get_intpte(*(l2ep))))38 #define l2e_write_atomic(l2ep, l2e) \ argument39 pte_write_atomic(&l2e_get_intpte(*(l2ep)), l2e_get_intpte(l2e))51 #define l2e_write(l2ep, l2e) \ argument52 pte_write(&l2e_get_intpte(*(l2ep)), l2e_get_intpte(l2e))
Completed in 4 milliseconds