Home
last modified time | relevance | path

Searched refs:get_asid (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/sh/include/asm/
H A Dmmu_context_32.h11 static inline unsigned long get_asid(void) in get_asid() function
29 static inline unsigned long get_asid(void) in get_asid() function
H A Dmmu_context.h129 #define get_asid() (0) macro
/openbmc/linux/arch/sh/mm/
H A Dtlbflush_32.c29 saved_asid = get_asid(); in local_flush_tlb_page()
64 saved_asid = get_asid(); in local_flush_tlb_range()
90 unsigned long saved_asid = get_asid(); in local_flush_tlb_kernel_range()
H A Dkmap.c61 local_flush_tlb_one(get_asid(), vaddr); in kunmap_coherent()
H A Dtlb-sh3.c40 vpn = (address & MMU_VPN_MASK) | get_asid(); in __update_tlb()
H A Dtlbex_32.c75 local_flush_tlb_one(get_asid(), address & PAGE_MASK); in handle_tlbmiss()
H A Dtlb-pteaex.c35 __raw_writel(get_asid(), MMU_PTEAEX); in __update_tlb()
H A Dtlb-sh4.c29 vpn = (address & MMU_VPN_MASK) | get_asid(); in __update_tlb()
H A Dinit.c92 local_flush_tlb_one(get_asid(), addr); in set_pte_phys()
108 local_flush_tlb_one(get_asid(), addr); in clear_pte_phys()
/openbmc/linux/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c630 static int get_asid(const struct device_node *np) in get_asid() function
695 ret = get_asid(dev->of_node); in qcom_iommu_ctx_probe()
765 max_asid = max(max_asid, get_asid(child)); in qcom_iommu_device_probe()