Searched refs:get_asid (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A 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
|
H A D | mmu_context.h | 130 #define get_asid() (0) macro
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | mmu_context_32.h | 11 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 D | mmu_context.h | 129 #define get_asid() (0) macro
|
/kernel/linux/linux-5.10/arch/sh/mm/ |
H A 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()
|
H A D | tlb-sh4.c | 29 vpn = (address & MMU_VPN_MASK) | get_asid(); in __update_tlb()
|
H A D | tlb-pteaex.c | 35 __raw_writel(get_asid(), MMU_PTEAEX); in __update_tlb()
|
H A D | tlbex_32.c | 75 local_flush_tlb_one(get_asid(), address & PAGE_MASK); in handle_tlbmiss()
|
H A D | kmap.c | 60 local_flush_tlb_one(get_asid(), vaddr); in kunmap_coherent()
|
H A D | tlb-sh3.c | 40 vpn = (address & MMU_VPN_MASK) | get_asid(); in __update_tlb()
|
H A D | init.c | 92 local_flush_tlb_one(get_asid(), addr); in set_pte_phys() 108 local_flush_tlb_one(get_asid(), addr); in clear_pte_phys()
|
/kernel/linux/linux-6.6/arch/sh/mm/ |
H A 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()
|
H A D | tlb-pteaex.c | 35 __raw_writel(get_asid(), MMU_PTEAEX); in __update_tlb()
|
H A D | tlb-sh4.c | 29 vpn = (address & MMU_VPN_MASK) | get_asid(); in __update_tlb()
|
H A D | tlbex_32.c | 75 local_flush_tlb_one(get_asid(), address & PAGE_MASK); in handle_tlbmiss()
|
H A D | kmap.c | 61 local_flush_tlb_one(get_asid(), vaddr); in kunmap_coherent()
|
H A D | tlb-sh3.c | 40 vpn = (address & MMU_VPN_MASK) | get_asid(); in __update_tlb()
|
H A D | init.c | 92 local_flush_tlb_one(get_asid(), addr); in set_pte_phys() 108 local_flush_tlb_one(get_asid(), addr); in clear_pte_phys()
|
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/ |
H A D | qcom_iommu.c | 678 static int get_asid(const struct device_node *np) in get_asid() function 730 ret = get_asid(dev->of_node); in qcom_iommu_ctx_probe() 799 max_asid = max(max_asid, get_asid(child)); in qcom_iommu_device_probe()
|
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/ |
H A D | qcom_iommu.c | 630 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()
|
Completed in 8 milliseconds