/arch/m68k/mm/ |
D | sun3kmap.c | 30 static inline void do_page_mapin(unsigned long phys, unsigned long virt, in do_page_mapin() 48 static inline void do_pmeg_mapin(unsigned long phys, unsigned long virt, in do_pmeg_mapin() 63 void __iomem *sun3_ioremap(unsigned long phys, unsigned long size, in sun3_ioremap() 111 void __iomem *__ioremap(unsigned long phys, unsigned long size, int cache) in __ioremap()
|
/arch/x86/include/asm/ |
D | fixmap.h | 22 unsigned long phys, pgprot_t flags) in __set_fixmap() 28 #define set_fixmap(idx, phys) \ argument 34 #define set_fixmap_nocache(idx, phys) \ argument
|
/arch/xtensa/mm/ |
D | cache.c | 87 unsigned long phys = page_to_phys(page); in flush_dcache_page() local 140 unsigned long phys = page_to_phys(pfn_to_page(pfn)); in flush_cache_page() local 171 unsigned long phys = page_to_phys(page); in update_mmu_cache() local 202 unsigned long phys = page_to_phys(page); in copy_to_user_page() local 239 unsigned long phys = page_to_phys(page); in copy_from_user_page() local
|
/arch/powerpc/include/asm/ |
D | smp.h | 65 static inline void set_hard_smp_processor_id(int cpu, int phys) in set_hard_smp_processor_id() 114 static inline void set_hard_smp_processor_id(int cpu, int phys) in set_hard_smp_processor_id() 130 static inline void set_hard_smp_processor_id(int cpu, int phys) in set_hard_smp_processor_id()
|
D | fixmap.h | 58 #define set_fixmap(idx, phys) \ argument 63 #define set_fixmap_nocache(idx, phys) \ argument
|
/arch/um/include/asm/ |
D | fixmap.h | 47 #define set_fixmap(idx, phys) \ argument 52 #define set_fixmap_nocache(idx, phys) \ argument
|
D | page.h | 48 #define pte_set_val(pte, phys, prot) \ argument 77 #define pte_set_val(p, phys, prot) (p).pte = (phys | pgprot_val(prot)) argument 110 #define __va(phys) to_virt((unsigned long) (phys)) argument
|
/arch/sparc/include/asm/ |
D | fixmap.h | 60 #define set_fixmap(idx, phys) \ argument 65 #define set_fixmap_nocache(idx, phys) \ argument
|
/arch/sh/include/asm/ |
D | fixmap.h | 63 #define set_fixmap(idx, phys) \ argument 68 #define set_fixmap_nocache(idx, phys) \ argument
|
D | tlb_64.h | 67 #define sh64_setup_tlb_slot(conf, virt, asid, phys) do { } while (0) argument
|
/arch/um/include/shared/ |
D | mem.h | 17 static inline void *to_virt(unsigned long phys) in to_virt()
|
D | mem_user.h | 40 unsigned long phys; member
|
/arch/sh/mm/ |
D | cache-sh4.c | 225 unsigned long phys) in flush_cache_4096() 250 unsigned long phys = PHYSADDR(page_address(page)); in flush_dcache_page() local 331 unsigned long phys; in __flush_cache_mm() local 423 unsigned long phys = pfn << PAGE_SHIFT; in flush_cache_page() local 523 static void __flush_cache_4096(unsigned long addr, unsigned long phys, in __flush_cache_4096()
|
D | tlb-sh4.c | 37 unsigned long phys = pte_val(pte) & PTE_PHYS_MASK; in update_mmu_cache() local
|
D | tlb-sh3.c | 48 unsigned long phys = pte_val(pte) & PTE_PHYS_MASK; in update_mmu_cache() local
|
D | init.c | 41 static void set_pte_phys(unsigned long addr, unsigned long phys, pgprot_t prot) in set_pte_phys() 91 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap()
|
D | tlb-nommu.c | 60 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap()
|
/arch/powerpc/mm/ |
D | fsl_booke_mmu.c | 68 phys_addr_t phys; member 104 void settlbcam(int index, unsigned long virt, phys_addr_t phys, in settlbcam()
|
D | ppc_mmu_32.c | 46 phys_addr_t phys; member 119 void __init setbat(int index, unsigned long virt, phys_addr_t phys, in setbat()
|
D | 44x_mmu.c | 64 static void __init ppc44x_pin_tlb(unsigned int virt, unsigned int phys) in ppc44x_pin_tlb()
|
/arch/x86/mm/ |
D | ioremap.c | 457 void *xlate_dev_mem_ptr(unsigned long phys) in xlate_dev_mem_ptr() 473 void unxlate_dev_mem_ptr(unsigned long phys, void *addr) in unxlate_dev_mem_ptr() 547 unsigned long phys, pgprot_t flags) in __early_set_fixmap() 566 unsigned long phys, pgprot_t prot) in early_set_fixmap()
|
/arch/mips/pmc-sierra/yosemite/ |
D | py-console.c | 56 static unsigned char readb_outer_space(unsigned long long phys) in readb_outer_space() 80 static void writeb_outer_space(unsigned long long phys, unsigned char c) in writeb_outer_space()
|
/arch/um/kernel/ |
D | physmem.c | 58 void map_memory(unsigned long virt, unsigned long phys, unsigned long len, in map_memory() 110 int phys_mapping(unsigned long phys, unsigned long long *offset_out) in phys_mapping()
|
/arch/powerpc/sysdev/bestcomm/ |
D | sram.c | 147 void* bcom_sram_alloc(int size, int align, phys_addr_t *phys) in bcom_sram_alloc()
|
/arch/arm/mm/ |
D | mmu.c | 472 unsigned long end, unsigned long phys, in alloc_init_section() 507 unsigned long phys, addr, length, end; in create_36bit_mapping() local 571 unsigned long phys, addr, length, end; in create_mapping() local
|