/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 235 static int number_of_cells_per_pte(pmd_t *pmd, pte_basic_t val, int huge) in number_of_cells_per_pte() argument 237 if (!huge) in number_of_cells_per_pte() 248 unsigned long clr, unsigned long set, int huge) in pte_update() argument 256 num = number_of_cells_per_pte(pmd, new, huge); in pte_update() 277 unsigned long clr, unsigned long set, int huge) in pte_update() argument 329 int huge = psize > mmu_virtual_psize ? 1 : 0; in __ptep_set_access_flags() local 331 pte_update(vma->vm_mm, address, ptep, clr, set, huge); in __ptep_set_access_flags()
|
/arch/powerpc/include/asm/book3s/64/ |
D | hash.h | 147 pte_t *ptep, unsigned long pte, int huge); 154 int huge) in hash__pte_update() argument 172 if (!huge) in hash__pte_update() 177 hpte_need_flush(mm, addr, ptep, old, huge); in hash__pte_update()
|
D | radix.h | 170 int huge) in radix__pte_update() argument 175 if (!huge) in radix__pte_update()
|
D | pgtable.h | 363 unsigned long set, int huge) in pte_update() argument 366 return radix__pte_update(mm, addr, ptep, clr, set, huge); in pte_update() 367 return hash__pte_update(mm, addr, ptep, clr, set, huge); in pte_update()
|
/arch/powerpc/mm/book3s64/ |
D | hash_tlb.c | 41 pte_t *ptep, unsigned long pte, int huge) in hpte_need_flush() argument 61 if (huge) { in hpte_need_flush()
|
/arch/alpha/lib/ |
D | ev6-clear_user.S | 86 subq $1, 16, $4 # .. .. .. E : If < 16, we can not use the huge loop 87 and $16, 0x3f, $2 # .. .. E .. : Forward work for huge loop 88 subq $2, 0x40, $3 # .. E .. .. : bias counter (huge loop)
|
/arch/parisc/mm/ |
D | init.c | 402 bool huge = false; in map_pages() local 412 huge = true; in map_pages() 417 huge = true; in map_pages() 423 if (huge) in map_pages()
|
/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 197 int huge) in pte_update() argument 203 if (!huge) in pte_update()
|
/arch/m68k/fpsp040/ |
D | kernel_ex.S | 27 huge: .long 0x7ffe0000,0xffffffff,0xffffffff label
|
/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 258 unsigned long clr, unsigned long set, int huge) in pte_update() argument
|
/arch/sparc/include/asm/ |
D | pgtable_64.h | 79 #error PMD_SHIFT must equal HPAGE_SHIFT for transparent huge pages.
|
/arch/ia64/ |
D | Kconfig | 295 or have huge holes in the physical address space for other reasons.
|
/arch/alpha/ |
D | Kconfig | 557 or have huge holes in the physical address space for other reasons.
|
/arch/x86/ |
D | Kconfig | 1518 helps to determine the effectiveness of preserving large and huge
|