Searched refs:mtype (Results 1 – 6 of 6) sorted by relevance
| /arch/arm/mm/ |
| A D | ioremap.c | 51 size_t size, unsigned int mtype) in find_static_vm_paddr() argument 112 const struct mem_type *mtype) in ioremap_page() argument 115 __pgprot(mtype->prot_pte)); in ioremap_page() 291 type = get_mem_type(mtype); in __arm_ioremap_pfn_caller() 306 svm = find_static_vm_paddr(paddr, size, mtype); in __arm_ioremap_pfn_caller() 319 mtype != MT_MEMORY_RW)) in __arm_ioremap_pfn_caller() 353 unsigned int mtype, void *caller) in __arm_ioremap_caller() argument 381 unsigned int mtype) in __arm_ioremap_pfn() argument 423 unsigned int mtype; in __arm_ioremap_exec() local 426 mtype = MT_MEMORY_RWX; in __arm_ioremap_exec() [all …]
|
| A D | nommu.c | 202 size_t size, unsigned int mtype) in __arm_ioremap_pfn() argument 211 unsigned int mtype, void *caller) in __arm_ioremap_caller() argument
|
| /arch/arm/mach-imx/ |
| A D | mm-imx3.c | 56 unsigned int mtype, void *caller) in imx3_ioremap_caller() argument 58 if (mtype == MT_DEVICE) { in imx3_ioremap_caller() 66 mtype = MT_DEVICE_NONSHARED; in imx3_ioremap_caller() 69 return __arm_ioremap_caller(phys_addr, size, mtype, caller); in imx3_ioremap_caller()
|
| /arch/arm/mach-mvebu/ |
| A D | coherency.c | 162 unsigned int mtype, void *caller) in armada_wa_ioremap_caller() argument 164 mtype = MT_UNCACHED; in armada_wa_ioremap_caller() 165 return __arm_ioremap_caller(phys_addr, size, mtype, caller); in armada_wa_ioremap_caller()
|
| /arch/arm/include/asm/mach/ |
| A D | map.h | 59 const struct mem_type *mtype);
|
| /arch/arm64/kvm/hyp/ |
| A D | pgtable.c | 336 u32 mtype = device ? MT_DEVICE_nGnRE : MT_NORMAL; in hyp_set_prot_attr() local 337 kvm_pte_t attr = FIELD_PREP(KVM_PTE_LEAF_ATTR_LO_S1_ATTRIDX, mtype); in hyp_set_prot_attr()
|
Completed in 14 milliseconds