Searched refs:__phys_to_pfn (Results 51 - 75 of 88) sorted by relevance

1234

/linux-master/arch/mips/kernel/
H A Dvdso.c51 data_pfn = __phys_to_pfn(__pa_symbol(image->data));
/linux-master/arch/riscv/include/asm/
H A Dpage.h187 #define sym_to_pfn(x) __phys_to_pfn(__pa_symbol(x))
/linux-master/arch/arm/mach-sa1100/
H A Djornada720.c288 .pfn = __phys_to_pfn(EPSONREGSTART),
293 .pfn = __phys_to_pfn(EPSONFBSTART),
H A Dcollie.c398 .pfn = __phys_to_pfn(0x00000000),
403 .pfn = __phys_to_pfn(0x08000000),
H A Dassabet.c669 .pfn = __phys_to_pfn(0x12000000),
674 .pfn = __phys_to_pfn(0x4b800000),
/linux-master/arch/arm/mach-dove/
H A Dcommon.c49 .pfn = __phys_to_pfn(DOVE_SB_REGS_PHYS_BASE),
54 .pfn = __phys_to_pfn(DOVE_NB_REGS_PHYS_BASE),
/linux-master/arch/loongarch/mm/
H A Dkasan_init.c156 set_pte(ptep, pfn_pte(__phys_to_pfn(page_phys), PAGE_KERNEL));
288 pfn_pte(__phys_to_pfn(__pa_symbol(kasan_early_shadow_page)), PAGE_KERNEL_RO));
/linux-master/arch/arm/mach-omap1/
H A Dboard-ams-delta.c135 .pfn = __phys_to_pfn(LATCH1_PHYS),
142 .pfn = __phys_to_pfn(LATCH2_PHYS),
149 .pfn = __phys_to_pfn(MODEM_PHYS),
/linux-master/scripts/gdb/linux/
H A Dmm.py225 def __phys_to_pfn(self, pa): member in class:aarch64_page_ops
250 return self.__phys_to_pfn(self.__virt_to_phys(va))
253 return self.__phys_to_pfn(self.__pa_symbol(x))
/linux-master/arch/arm/mach-davinci/
H A Dda850.c256 .pfn = __phys_to_pfn(IO_PHYS),
262 .pfn = __phys_to_pfn(DA8XX_CP_INTC_BASE),
/linux-master/arch/arm/include/asm/
H A Dmemory.h154 #define phys_to_page(phys) (pfn_to_page(__phys_to_pfn(phys)))
H A Dpgtable.h166 #define pmd_page(pmd) pfn_to_page(__phys_to_pfn(pmd_val(pmd) & PHYS_MASK))
/linux-master/kernel/dma/
H A Dpool.c262 return pfn_to_page(__phys_to_pfn(phys));
/linux-master/arch/arm/mach-ep93xx/
H A Dvision_ep9307.c50 .pfn = __phys_to_pfn(VISION_PHYS_BASE),
H A Dcore.c59 .pfn = __phys_to_pfn(EP93XX_AHB_PHYS_BASE),
64 .pfn = __phys_to_pfn(EP93XX_APB_PHYS_BASE),
/linux-master/arch/arm64/mm/
H A Dtrans_pgd.c236 unsigned long pfn = __phys_to_pfn(dst_addr);
H A Dmmu.c177 __set_pte_nosync(ptep, pfn_pte(__phys_to_pfn(phys), prot));
1197 pud_t new_pud = pfn_pud(__phys_to_pfn(phys), mk_pud_sect_prot(prot));
1211 pmd_t new_pmd = pfn_pmd(__phys_to_pfn(phys), mk_pmd_sect_prot(prot));
H A Dkasan_init.c128 __set_pte(ptep, pfn_pte(__phys_to_pfn(page_phys), PAGE_KERNEL));
/linux-master/arch/arm64/include/asm/
H A Dio.h303 if (pfn_is_map_memory(__phys_to_pfn(addr)))
H A Dkvm_pgtable.h104 return __phys_to_pfn(kvm_pte_to_phys(pte));
/linux-master/mm/
H A Ddebug_vm_pgtable.c1187 args->fixed_pgd_pfn = __phys_to_pfn(phys & PGDIR_MASK);
1188 args->fixed_p4d_pfn = __phys_to_pfn(phys & P4D_MASK);
1189 args->fixed_pud_pfn = __phys_to_pfn(phys & PUD_MASK);
1190 args->fixed_pmd_pfn = __phys_to_pfn(phys & PMD_MASK);
1191 args->fixed_pte_pfn = __phys_to_pfn(phys & PAGE_MASK);
/linux-master/arch/arm/mach-orion5x/
H A Dts78xx-setup.c49 .pfn = __phys_to_pfn(TS78XX_FPGA_REGS_PHYS_BASE),
/linux-master/arch/sparc/mm/
H A Diommu.c191 unsigned long pfn = __phys_to_pfn(paddr);
/linux-master/arch/arm/kernel/
H A Dsmp.c101 return __phys_to_pfn(virt_to_phys(pgd));
/linux-master/arch/arm/mm/
H A Dioremap.c332 unsigned long pfn = __phys_to_pfn(phys_addr);

Completed in 400 milliseconds

1234