Home
last modified time | relevance | path

Searched refs:PMD_MASK (Results 1 – 25 of 72) sorted by relevance

123

/arch/x86/include/asm/
Dpgtable_32_types.h13 # define PMD_MASK (~(PMD_SIZE - 1)) macro
49 & PMD_MASK)
52 ((CPU_ENTRY_AREA_BASE - PAGE_SIZE) & PMD_MASK)
Dpgtable_64_types.h72 #define PMD_MASK (~(PMD_SIZE - 1)) macro
/arch/mips/mm/
Dpgtable-32.c55 fixrange_init(vaddr & PMD_MASK, vaddr + FIXADDR_SIZE, pgd_base); in pagetable_init()
62 fixrange_init(vaddr & PMD_MASK, vaddr + PAGE_SIZE*LAST_PKMAP, pgd_base); in pagetable_init()
Dioremap.c29 address &= ~PMD_MASK; in remap_area_pte()
63 address = (address + PMD_SIZE) & PMD_MASK; in remap_area_pmd()
Dpgtable-64.c124 vaddr = __fix_to_virt(__end_of_fixed_addresses - 1) & PMD_MASK; in pagetable_init()
/arch/m68k/sun3x/
Ddvma.c117 if((end2 & PMD_MASK) > (vaddr & PMD_MASK)) in dvma_map_cpu()
118 end3 = (vaddr + (PMD_SIZE-1)) & PMD_MASK; in dvma_map_cpu()
/arch/arm/mm/
Didmap.c49 *pmd = __pmd((addr & PMD_MASK) | prot); in idmap_add_pmd()
59 addr = (addr & PMD_MASK) | prot; in idmap_add_pmd()
/arch/metag/include/asm/
Dfixmap.h52 #define FIXADDR_START ((FIXADDR_TOP - FIXADDR_SIZE) & PMD_MASK)
/arch/powerpc/include/asm/nohash/64/
Dpgtable-64k.h39 #define PMD_MASK (~(PMD_SIZE-1)) macro
Dpgtable-4k.h32 #define PMD_MASK (~(PMD_SIZE-1)) macro
/arch/xtensa/include/asm/
Dfixmap.h49 #define FIXADDR_START ((FIXADDR_TOP - FIXADDR_SIZE) & PMD_MASK)
Dhighmem.h22 (LAST_PKMAP + 1) * PAGE_SIZE) & PMD_MASK)
/arch/nios2/mm/
Dioremap.c31 address &= ~PMD_MASK; in remap_area_pte()
70 address = (address + PMD_SIZE) & PMD_MASK; in remap_area_pmd()
/arch/microblaze/include/asm/
Dhighmem.h48 & PMD_MASK)
/arch/sh/include/asm/
Dpgtable-3level.h25 #define PMD_MASK (~(PMD_SIZE-1)) macro
/arch/powerpc/include/asm/
Dhighmem.h56 #define PKMAP_BASE ((FIXADDR_START - PAGE_SIZE*(LAST_PKMAP + 1)) & PMD_MASK)
/arch/x86/kernel/
Dhead64.c284 pmd = (physaddr & PMD_MASK) + early_pmd_flags; in early_make_pgtable()
343 BUILD_BUG_ON((__START_KERNEL_map & ~PMD_MASK) != 0); in x86_64_start_kernel()
344 BUILD_BUG_ON((MODULES_VADDR & ~PMD_MASK) != 0); in x86_64_start_kernel()
/arch/sparc/include/asm/
Dpgtable_32.h39 #define PMD_MASK (~(PMD_SIZE-1)) macro
40 #define PMD_ALIGN(__addr) (((__addr) + ~PMD_MASK) & PMD_MASK)
/arch/arm/include/asm/
Dstage2_pgtable.h50 phys_addr_t boundary = (addr + PMD_SIZE) & PMD_MASK; in stage2_pmd_addr_end()
Dpgtable-2level.h89 #define PMD_MASK (~(PMD_SIZE-1)) macro
Dpgtable-3level.h51 #define PMD_MASK (~((1 << PMD_SHIFT) - 1)) macro
249 #define pmd_pfn(pmd) (((pmd_val(pmd) & PMD_MASK) & PHYS_MASK) >> PAGE_SHIFT)
/arch/s390/mm/
Dvmem.c124 !(address & ~PMD_MASK) && (address + PMD_SIZE <= end) && in vmem_add_mem()
271 address = (address + PMD_SIZE) & PMD_MASK; in vmemmap_populate()
279 address = (address + PMD_SIZE) & PMD_MASK; in vmemmap_populate()
/arch/parisc/kernel/
Dpci-dma.c90 vaddr &= ~PMD_MASK; in map_pte_uncached()
127 vaddr = (vaddr + PMD_SIZE) & PMD_MASK; in map_pmd_uncached()
170 vaddr &= ~PMD_MASK; in unmap_uncached_pte()
212 vaddr = (vaddr + PMD_SIZE) & PMD_MASK; in unmap_uncached_pmd()
/arch/m68k/include/asm/
Dpgtable_mm.h39 #define PMD_MASK (~(PMD_SIZE-1)) macro
/arch/um/include/asm/
Dpgtable-3level.h29 #define PMD_MASK (~(PMD_SIZE-1)) macro

123