Home
last modified time | relevance | path

Searched refs:PTRS_PER_P4D (Results 1 – 9 of 9) sorted by relevance

/arch/x86/mm/
Dmem_encrypt_identity.c124 memset(p4d, 0, sizeof(*p4d) * PTRS_PER_P4D); in sme_prepare_pgd()
125 ppd->pgtable_area += sizeof(*p4d) * PTRS_PER_P4D; in sme_prepare_pgd()
270 if (PTRS_PER_P4D > 1) in sme_pgtable_calc()
271 entries += (DIV_ROUND_UP(len, PGDIR_SIZE) + 1) * sizeof(p4d_t) * PTRS_PER_P4D; in sme_pgtable_calc()
281 if (PTRS_PER_P4D > 1) in sme_pgtable_calc()
282 tables += DIV_ROUND_UP(entries, PGDIR_SIZE) * sizeof(p4d_t) * PTRS_PER_P4D; in sme_pgtable_calc()
Ddump_pagetables.c154 #define PGD_LEVEL_MULT (PTRS_PER_P4D * P4D_LEVEL_MULT)
478 if (PTRS_PER_P4D == 1) in walk_p4d_level()
483 for (i = 0; i < PTRS_PER_P4D; i++) { in walk_p4d_level()
Dkasan_init_64.c289 for (i = 0; pgtable_l5_enabled() && i < PTRS_PER_P4D; i++) in kasan_early_init()
/arch/x86/kernel/
Dhead64.c195 p4d[(i + 0) % PTRS_PER_P4D] = (pgdval_t)pud + pgtable_flags; in __startup_64()
196 p4d[(i + 1) % PTRS_PER_P4D] = (pgdval_t)pud + pgtable_flags; in __startup_64()
332 memset(p4d_p, 0, sizeof(*p4d_p) * PTRS_PER_P4D); in __early_make_pgtable()
/arch/x86/include/asm/
Dpgtable_64_types.h63 #define PTRS_PER_P4D ptrs_per_p4d macro
Dpgtable.h944 return (address >> P4D_SHIFT) & (PTRS_PER_P4D - 1); in p4d_index()
/arch/s390/mm/
Ddump_pagetables.c226 for (i = 0; i < PTRS_PER_P4D && addr < max_addr; i++, p4d++) { in walk_p4d_level()
/arch/x86/platform/efi/
Defi_64.c117 for (i = 0; i < PTRS_PER_P4D; i++) { in efi_call_phys_prolog()
175 for (i = 0; i < PTRS_PER_P4D; i++) { in efi_call_phys_epilog()
/arch/s390/include/asm/
Dpgtable.h343 #define PTRS_PER_P4D _CRST_ENTRIES macro
346 #define MAX_PTRS_PER_P4D PTRS_PER_P4D
1214 #define p4d_index(address) (((address) >> P4D_SHIFT) & (PTRS_PER_P4D-1))