Home
last modified time | relevance | path

Searched refs:p4d_clear_bad (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dpgtable.h1206 void p4d_clear_bad(p4d_t *); in __ptep_modify_prot_commit()
1208 #define p4d_clear_bad(p4d) do { } while (0) in __ptep_modify_prot_commit()
1235 p4d_clear_bad(p4d);
1135 #define p4d_clear_bad( global() macro
/linux/mm/
H A Dpgtable-generic.c32 void p4d_clear_bad(p4d_t *p4d) in p4d_clear_bad() function
H A Dmemory.c2866 p4d_clear_bad(p4d); in apply_to_p4d_range()