Searched refs:p4d_needsync (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/um/kernel/ | ||
| H A D | tlb.c | 150 if (p4d_needsync(*p4d)) { in update_p4d_range() |
| /linux-6.15/arch/um/include/asm/ | ||
| H A D | pgtable.h | 95 #define p4d_needsync(x) (p4d_val(x) & _PAGE_NEEDSYNC) macro |