Searched refs:get_asid (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.4/arch/sh/include/asm/ |
D | mmu_context_32.h | 20 static inline unsigned long get_asid(void) in get_asid() function 38 static inline unsigned long get_asid(void) in get_asid() function
|
D | mmu_context_64.h | 27 static inline unsigned long get_asid(void) in get_asid() function
|
D | mmu_context.h | 143 #define get_asid() (0) macro
|
/Linux-v5.4/arch/sh/mm/ |
D | tlbflush_32.c | 29 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()
|
D | cache-sh5.c | 112 running_asid = get_asid(); in sh64_icache_inv_user_page() 165 current_asid = get_asid(); in sh64_icache_inv_user_page_range() 335 sh64_setup_dtlb_cache_slot(magic_page_start, get_asid(), paddr); in sh64_dcache_purge_coloured_phy_page() 368 sh64_setup_dtlb_cache_slot(eaddr_start, get_asid(), paddr); in sh64_dcache_purge_phy_page()
|
D | tlb-sh5.c | 165 sh64_setup_tlb_slot(entry, addr, get_asid(), paddr); in tlb_wire_entry() 203 pteh |= get_asid() << PTEH_ASID_SHIFT; in __update_tlb()
|
D | tlb-sh3.c | 41 vpn = (address & MMU_VPN_MASK) | get_asid(); in __update_tlb()
|
D | kmap.c | 63 local_flush_tlb_one(get_asid(), vaddr); in kunmap_coherent()
|
D | tlbex_32.c | 71 local_flush_tlb_one(get_asid(), address & PAGE_MASK); in handle_tlbmiss()
|
D | tlb-pteaex.c | 35 __raw_writel(get_asid(), MMU_PTEAEX); in __update_tlb()
|
D | tlb-sh4.c | 29 vpn = (address & MMU_VPN_MASK) | get_asid(); in __update_tlb()
|
D | tlbflush_64.c | 74 local_flush_tlb_one(get_asid(), page); in local_flush_tlb_page()
|
D | init.c | 83 local_flush_tlb_one(get_asid(), addr); in set_pte_phys() 99 local_flush_tlb_one(get_asid(), addr); in clear_pte_phys()
|
/Linux-v5.4/drivers/iommu/ |
D | qcom_iommu.c | 694 static int get_asid(const struct device_node *np) in get_asid() function 746 ret = get_asid(dev->of_node); in qcom_iommu_ctx_probe() 811 max_asid = max(max_asid, get_asid(child)); in qcom_iommu_device_probe()
|