Searched refs:pfn_pmd (Results 1 – 14 of 14) sorted by relevance
/linux-3.4.99/arch/avr32/include/asm/ |
D | pgtable-2level.h | 43 #define pfn_pmd(pfn, prot) __pmd(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
|
/linux-3.4.99/arch/um/include/asm/ |
D | pgtable-2level.h | 42 #define pfn_pmd(pfn, prot) __pmd(pfn_to_phys(pfn) | pgprot_val(prot)) macro
|
D | pgtable-3level.h | 110 static inline pmd_t pfn_pmd(pfn_t page_nr, pgprot_t pgprot) in pfn_pmd() function
|
/linux-3.4.99/arch/x86/mm/ |
D | pgtable_32.c | 89 set_pmd(pmd, pfn_pmd(pfn, flags)); in set_pmd_pfn()
|
D | init_32.c | 322 set_pmd(pmd, pfn_pmd(pfn, init_prot)); in kernel_physical_mapping_init() 324 set_pmd(pmd, pfn_pmd(pfn, prot)); in kernel_physical_mapping_init()
|
/linux-3.4.99/arch/m32r/include/asm/ |
D | pgtable-2level.h | 71 #define pfn_pmd(pfn, prot) __pmd(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
|
/linux-3.4.99/arch/x86/power/ |
D | hibernate_32.c | 112 set_pmd(pmd, pfn_pmd(pfn, PAGE_KERNEL_LARGE_EXEC)); in resume_physical_mapping_init()
|
/linux-3.4.99/arch/mn10300/mm/ |
D | pgtable.c | 56 set_pmd(pmd, pfn_pmd(pfn, flags)); in set_pmd_pfn()
|
/linux-3.4.99/arch/x86/include/asm/ |
D | pgtable.h | 317 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd() function 718 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot))
|
/linux-3.4.99/arch/sh/include/asm/ |
D | pgtable_64.h | 318 #define pfn_pmd(pfn, prot) __pmd(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
|
D | pgtable_32.h | 323 #define pfn_pmd(pfn, prot) \ macro
|
/linux-3.4.99/arch/mn10300/include/asm/ |
D | pgtable.h | 323 #define pfn_pmd(pfn, prot) __pmd(__pfn_addr(pfn) | pgprot_val(prot)) macro
|
/linux-3.4.99/arch/frv/include/asm/ |
D | pgtable.h | 274 #define pfn_pmd(pfn, prot) __pmd(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
|
/linux-3.4.99/drivers/lguest/ |
D | page_tables.c | 1037 switcher_pmd = pfn_pmd(__pa(switcher_pte_page) >> PAGE_SHIFT, in map_switcher_in_guest()
|