Searched refs:PGD_TABLE_ORDER (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/arch/mips/include/asm/ |
D | pgtable-64.h | 88 # define PGD_TABLE_ORDER 0 macro 91 # define PGD_TABLE_ORDER 1 macro 97 #define PGD_TABLE_ORDER 0 macro 103 #define PGD_TABLE_ORDER 1 macro 105 #define PGD_TABLE_ORDER 0 macro 111 #define PGD_TABLE_ORDER 0 macro 116 #define PGD_TABLE_ORDER 0 macro 125 #define PTRS_PER_PGD ((PAGE_SIZE << PGD_TABLE_ORDER) / sizeof(pgd_t))
|
D | pgalloc.h | 54 free_pages((unsigned long)pgd, PGD_TABLE_ORDER); in pgd_free()
|
D | pgtable-32.h | 83 #define PGD_TABLE_ORDER (__PGD_TABLE_ORDER >= 0 ? __PGD_TABLE_ORDER : 0) macro
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | pgalloc.h | 23 pgd = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_TABLE_ORDER); in pgd_alloc() 27 memset(pgd, 0, PAGE_SIZE << PGD_TABLE_ORDER); in pgd_alloc() 34 free_pages((unsigned long)pgd, PGD_TABLE_ORDER); in pgd_free()
|
D | pgtable.h | 121 #define PGD_TABLE_ORDER 0 macro 123 #define PGD_TABLE_ORDER 1 macro 147 #if (PGDIR_SHIFT + PAGE_SHIFT + PGD_TABLE_ORDER - BITS_PER_PGD_ENTRY) > BITS_PER_LONG 150 #define BITS_PER_PGD (PAGE_SHIFT + PGD_TABLE_ORDER - BITS_PER_PGD_ENTRY)
|
/linux-6.1.9/arch/mips/mm/ |
D | pgtable.c | 15 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_TABLE_ORDER); in pgd_alloc()
|
D | tlbex.c | 802 uasm_i_dsrl_safe(p, ptr, tmp, PGDIR_SHIFT + PGD_TABLE_ORDER + PAGE_SHIFT - 3); in build_get_pmde64() 1095 PGDIR_SHIFT + PGD_TABLE_ORDER + PAGE_SHIFT - 3); in build_fast_tlb_refill_handler() 1461 pgd_w = PGDIR_SHIFT - PMD_SHIFT + PGD_TABLE_ORDER; in setup_pw() 1466 pgd_w = PGDIR_SHIFT - PAGE_SHIFT + PGD_TABLE_ORDER; in setup_pw() 1504 uasm_i_dsrl_safe(&p, K1, K0, PGDIR_SHIFT + PGD_TABLE_ORDER + PAGE_SHIFT - 3); in build_loongson3_tlb_refill_handler() 2579 …check_for_high_segbits = current_cpu_data.vmbits > (PGDIR_SHIFT + PGD_TABLE_ORDER + PAGE_SHIFT - 3… in build_tlb_refill_handler()
|
/linux-6.1.9/arch/mips/kvm/ |
D | mmu.c | 83 ret = (pgd_t *)__get_free_pages(GFP_KERNEL, PGD_TABLE_ORDER); in kvm_pgd_alloc()
|