Home
last modified time | relevance | path

Searched refs:P4D (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/sparc/include/asm/
H A Dpgalloc_64.h24 #define p4d_populate(MM, P4D, PUD) __p4d_populate(P4D, PUD) argument
/linux-6.15/Documentation/translations/zh_CN/mm/
H A Dpage_tables.rst64 +-->| P4D |
/linux-6.15/Documentation/mm/
H A Dprocess_addrs.rst290 In Linux these are divided into five levels - PGD, P4D, PUD, PMD and PTE. Huge
467 * **Higher level page table locks** - Higher level page tables, that is PGD, P4D
598 When allocating a P4D, PUD or PMD and setting the relevant entry in the above
599 PGD, P4D or PUD, the :c:member:`!mm->page_table_lock` must be held. This is
694 Some functions manipulate page table levels above PMD (that is PUD, P4D and PGD
H A Dpage_tables.rst68 +-->| P4D |
/linux-6.15/include/linux/
H A Dpgtable.h22 #error CONFIG_PGTABLE_LEVELS is not consistent with __PAGETABLE_{P4D,PUD,PMD}_FOLDED