Home
last modified time | relevance | path

Searched refs:mk_pte_phys (Results 1 – 16 of 16) sorted by relevance

/linux-3.4.99/arch/sparc/include/asm/
Dpgtable_32.h269 BTFIXUPDEF_CALL_CONST(pte_t, mk_pte_phys, unsigned long, pgprot_t)
274 #define mk_pte_phys(page,pgprot) BTFIXUP_CALL(mk_pte_phys)(page,pgprot) macro
/linux-3.4.99/arch/frv/mm/
Ddma-alloc.c67 set_pte(pte, mk_pte_phys(pa & PAGE_MASK, prot)); in map_page()
/linux-3.4.99/arch/openrisc/mm/
Dinit.c120 set_pte(pte, mk_pte_phys(p, prot)); in map_ram()
/linux-3.4.99/arch/s390/include/asm/
Dpgtable.h1101 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys() function
1112 return mk_pte_phys(physpage, pgprot); in mk_pte()
1156 #define pfn_pte(pfn,pgprot) mk_pte_phys(__pa((pfn) << PAGE_SHIFT),(pgprot))
/linux-3.4.99/arch/s390/mm/
Dinit.c185 *pte = mk_pte_phys(address, __pgprot(_PAGE_TYPE_RW)); in kernel_map_pages()
Dvmem.c109 pte = mk_pte_phys(address, __pgprot(ro ? _PAGE_RO : 0)); in vmem_add_mem()
/linux-3.4.99/arch/cris/include/asm/
Dpgtable.h189 #define mk_pte_phys(physpage, pgprot) \ macro
/linux-3.4.99/arch/ia64/kvm/
Dkvm-ia64.c136 pte = pte_val(mk_pte_phys(__pa(kvm_vmm_base), PAGE_KERNEL)); in kvm_arch_hardware_enable()
172 pte = pte_val(mk_pte_phys(__pa(kvm_vmm_base), in kvm_arch_hardware_disable()
438 pte = pte_val(mk_pte_phys(rtc_phys_addr, PAGE_KERNEL_UC)); in kvm_sn2_setup_mappings()
574 pte = pte_val(mk_pte_phys(__pa(kvm_vmm_base), PAGE_KERNEL)); in kvm_insert_vmm_mapping()
580 pte = pte_val(mk_pte_phys(__pa(kvm->arch.vm_base), PAGE_KERNEL)); in kvm_insert_vmm_mapping()
/linux-3.4.99/arch/sh/include/asm/
Dpgtable_64.h297 #define mk_pte_phys(physpage, pgprot) \ macro
/linux-3.4.99/arch/openrisc/include/asm/
Dpgtable.h328 #define mk_pte_phys(physpage, pgprot) \ macro
/linux-3.4.99/arch/microblaze/include/asm/
Dpgtable.h381 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys() function
/linux-3.4.99/arch/frv/include/asm/
Dpgtable.h425 #define mk_pte_phys(physpage, pgprot) pfn_pte((physpage) >> PAGE_SHIFT, pgprot) macro
/linux-3.4.99/arch/ia64/include/asm/
Dpgtable.h261 #define mk_pte_phys(physpage, pgprot) \ macro
/linux-3.4.99/arch/ia64/kernel/
Dmca.c1884 pte_val(mk_pte_phys(__pa(cpu_data), PAGE_KERNEL)); in ia64_mca_cpu_init()
1895 __get_cpu_var(ia64_mca_pal_pte) = pte_val(mk_pte_phys(__pa(pal_vaddr), in ia64_mca_cpu_init()
/linux-3.4.99/arch/sparc/mm/
Dsrmmu.c2233 BTFIXUPSET_CALL(mk_pte_phys, srmmu_mk_pte_phys, BTFIXUPCALL_NORM); in ld_mmu_srmmu()
Dsun4c.c2110 BTFIXUPSET_CALL(mk_pte_phys, sun4c_mk_pte_phys, BTFIXUPCALL_NORM); in ld_mmu_sun4c()