Searched defs:PTE_DIRTY (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/arch/unicore32/include/asm/ | ||
D | pgtable-hwdef.h | 45 #define PTE_DIRTY (1 << 4) macro |
/Linux-v5.4/arch/arm64/include/asm/ | ||
D | pgtable-prot.h | 17 #define PTE_DIRTY (_AT(pteval_t, 1) << 55) macro |