Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c60 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-sh4.c29 vpn = (address & MMU_VPN_MASK) | get_asid(); in __update_tlb()
H A Dtlb-pteaex.c35 __raw_writel(get_asid(), MMU_PTEAEX); 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()
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dmmu_context_32.h20 static inline unsigned long get_asid(void) in get_asid() function
38 static inline unsigned long get_asid(void) in get_asid() function
H A Dmmu_context.h130 #define get_asid() (0) macro
/OK3568_Linux_fs/kernel/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c663 static int get_asid(const struct device_node *np) in get_asid() function
715 ret = get_asid(dev->of_node); in qcom_iommu_ctx_probe()
784 max_asid = max(max_asid, get_asid(child)); in qcom_iommu_device_probe()