Searched refs:CONT_PTE_SIZE (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/arm64/mm/ |
| H A D | contpte.c | 58 start_addr = addr = ALIGN_DOWN(addr, CONT_PTE_SIZE); in contpte_convert() 115 cont_start = ALIGN_DOWN(addr, CONT_PTE_SIZE); in __contpte_try_fold() 116 cont_end = cont_start + CONT_PTE_SIZE; in __contpte_try_fold() 316 addr = ALIGN_DOWN(addr, CONT_PTE_SIZE); in contpte_ptep_test_and_clear_young() 337 addr = ALIGN_DOWN(addr, CONT_PTE_SIZE); in contpte_ptep_clear_flush_young() 338 __flush_tlb_range_nosync(vma->vm_mm, addr, addr + CONT_PTE_SIZE, in contpte_ptep_clear_flush_young() 382 end = ALIGN(end, CONT_PTE_SIZE); in contpte_clear_young_dirty_ptes() 385 start = ALIGN_DOWN(start, CONT_PTE_SIZE); in contpte_clear_young_dirty_ptes() 422 start_addr = addr = ALIGN_DOWN(addr, CONT_PTE_SIZE); in contpte_ptep_set_access_flags()
|
| H A D | hugetlbpage.c | 61 case CONT_PTE_SIZE: in __hugetlb_valid_size() 112 case CONT_PTE_SIZE: in num_contig_ptes() 267 } else if (sz == (CONT_PTE_SIZE)) { in huge_pte_alloc() 324 if (sz == CONT_PTE_SIZE) in huge_pte_offset() 345 case CONT_PTE_SIZE: in hugetlb_mask_last_page() 346 return PMD_SIZE - CONT_PTE_SIZE; in hugetlb_mask_last_page() 369 case CONT_PTE_SIZE: in arch_make_huge_pte()
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | pgtable-hwdef.h | 92 #define CONT_PTE_SIZE (CONT_PTES * PAGE_SIZE) macro 93 #define CONT_PTE_MASK (~(CONT_PTE_SIZE - 1))
|
| H A D | hugetlb.h | 89 case CONT_PTE_SIZE: in flush_hugetlb_tlb_range()
|
| H A D | pgtable.h | 119 ({ unsigned long __boundary = ((addr) + CONT_PTE_SIZE) & CONT_PTE_MASK; \ 733 #define pte_leaf_size(pte) (pte_cont(pte) ? CONT_PTE_SIZE : PAGE_SIZE)
|
| /linux-6.15/arch/arm64/kernel/pi/ |
| H A D | map_range.c | 32 u64 cmask = (level == 3) ? CONT_PTE_SIZE - 1 : U64_MAX; in map_range()
|