Searched refs:l1ep (Results 1 – 1 of 1) sorted by relevance
27 #define l1e_read_atomic(l1ep) \ argument28 l1e_from_intpte(pte_read_atomic(&l1e_get_intpte(*(l1ep))))37 #define l1e_write_atomic(l1ep, l1e) \ argument38 pte_write_atomic(&l1e_get_intpte(*(l1ep)), l1e_get_intpte(l1e))50 #define l1e_write(l1ep, l1e) \ argument51 pte_write(&l1e_get_intpte(*(l1ep)), l1e_get_intpte(l1e))
Completed in 4 milliseconds