| /linux/arch/csky/mm/ |
| H A D | asid.c | 21 #define asid2idx(info, asid) (((asid) & ~ASID_MASK(info)) >> (info)->ctxt_shift) argument 27 u64 asid; in flush_context() local 54 static bool check_update_reserved_asid(struct asid_info *info, u64 asid, in check_update_reserved_asid() 83 u64 asid = atomic64_read(pasid); in new_context() local 141 u64 asid; in asid_new_context() local
|
| /linux/arch/arm/mm/ |
| H A D | context.c | 56 u64 context_id, asid; in a15_erratum_get_cpumask() local 139 u64 asid; in flush_context() local 165 static bool check_update_reserved_asid(u64 asid, u64 newasid) in check_update_reserved_asid() 192 u64 asid = atomic64_read(&mm->context.id); in new_context() local 241 u64 asid; in check_and_switch_context() local
|
| /linux/arch/sh/include/asm/ |
| H A D | mmu_context_32.h | 6 static inline void set_asid(unsigned long asid) in set_asid() 16 static inline void set_asid(unsigned long asid) in set_asid() 31 unsigned long asid; in get_asid() local
|
| H A D | mmu_context.h | 57 unsigned long asid = asid_cache(cpu); in get_mmu_context() local 128 #define set_asid(asid) do { } while (0) argument 131 #define switch_and_save_asid(asid) (0) argument
|
| H A D | tlbflush.h | 42 #define flush_tlb_one(asid, page) local_flush_tlb_one(asid, page) argument
|
| /linux/arch/riscv/include/asm/ |
| H A D | tlbflush.h | 33 static inline void local_sinval_vma(unsigned long vma, unsigned long asid) in local_sinval_vma() 46 static inline void local_flush_tlb_all_asid(unsigned long asid) in local_flush_tlb_all_asid() 61 unsigned long asid) in local_flush_tlb_page_asid()
|
| H A D | errata_list.h | 30 #define ALT_SFENCE_VMA_ASID(asid) \ argument 40 #define ALT_SFENCE_VMA_ADDR_ASID(addr, asid) \ argument
|
| /linux/arch/sh/mm/ |
| H A D | tlbflush_32.c | 21 unsigned long asid; in local_flush_tlb_page() local 56 unsigned long asid; in local_flush_tlb_range() local 89 unsigned long asid; in local_flush_tlb_kernel_range() local
|
| H A D | tlb-pteaex.c | 70 void local_flush_tlb_one(unsigned long asid, unsigned long page) in local_flush_tlb_one()
|
| H A D | tlb-sh4.c | 65 void local_flush_tlb_one(unsigned long asid, unsigned long page) in local_flush_tlb_one()
|
| /linux/arch/riscv/mm/ |
| H A D | tlbflush.c | 23 unsigned long asid) in local_flush_tlb_range_threshold_asid() 50 unsigned long size, unsigned long stride, unsigned long asid) in local_flush_tlb_range_asid() 82 unsigned long asid; member 100 unsigned long asid = get_mm_asid(mm); in __flush_tlb_range() local
|
| /linux/drivers/vhost/ |
| H A D | vdpa.c | 85 static struct vhost_vdpa_as *asid_to_as(struct vhost_vdpa *v, u32 asid) in asid_to_as() 97 static struct vhost_iotlb *asid_to_iotlb(struct vhost_vdpa *v, u32 asid) in asid_to_iotlb() 107 static struct vhost_vdpa_as *vhost_vdpa_alloc_as(struct vhost_vdpa *v, u32 asid) in vhost_vdpa_alloc_as() 132 u32 asid) in vhost_vdpa_find_alloc_as() 142 static void vhost_vdpa_reset_map(struct vhost_vdpa *v, u32 asid) in vhost_vdpa_reset_map() 151 static int vhost_vdpa_remove_as(struct vhost_vdpa *v, u32 asid) in vhost_vdpa_remove_as() 916 struct vhost_iotlb_map *map, u32 asid) in vhost_vdpa_general_unmap() 928 u64 start, u64 last, u32 asid) in vhost_vdpa_pa_unmap() 951 u64 start, u64 last, u32 asid) in vhost_vdpa_va_unmap() 967 u64 last, u32 asid) in vhost_vdpa_iotlb_unmap() [all …]
|
| /linux/arch/arm64/include/asm/ |
| H A D | tlbflush.h | 50 #define __TLBI_VADDR(addr, asid) \ argument 179 u16 asid) in __tlbi_level_asid() 378 unsigned long asid; in flush_tlb_mm() local 475 u16 asid, int scale, int num, in __tlbi_range() 492 u64 stride, u16 asid, in __flush_tlb_range_op() 523 #define __flush_s1_tlb_range_op(op, start, pages, stride, asid, tlb_level) \ argument 567 unsigned long asid, pages; in __do_flush_tlb_range() local
|
| /linux/arch/loongarch/include/asm/ |
| H A D | mmu_context.h | 54 u64 asid = asid_cache(cpu); in get_new_mmu_context() local 77 static inline void atomic_update_pgd_asid(unsigned long asid, unsigned long pgdl) in atomic_update_pgd_asid() 143 int asid; in drop_mmu_context() local
|
| H A D | mmu.h | 12 u64 asid[NR_CPUS]; member
|
| /linux/arch/xtensa/include/asm/ |
| H A D | mmu_context.h | 72 unsigned long asid = cpu_asid_cache(cpu); in get_new_mmu_context() local 93 unsigned long asid = mm->context.asid[cpu]; in get_mmu_context() local
|
| H A D | mmu.h | 17 unsigned long asid[NR_CPUS]; member
|
| /linux/include/uapi/linux/ |
| H A D | vduse.h | 190 __u32 asid; member 262 __u32 asid; member 288 __u32 asid; /* Only if device API version >= 1 */ member 313 __u32 asid; member 385 __u32 asid; member
|
| /linux/drivers/vdpa/vdpa_sim/ |
| H A D | vdpa_sim.c | 609 unsigned int asid) in vdpasim_set_group_asid() 629 static int vdpasim_set_map(struct vdpa_device *vdpa, unsigned int asid, in vdpasim_set_map() 663 static int vdpasim_reset_map(struct vdpa_device *vdpa, unsigned int asid) in vdpasim_reset_map() 706 static int vdpasim_dma_map(struct vdpa_device *vdpa, unsigned int asid, in vdpasim_dma_map() 728 static int vdpasim_dma_unmap(struct vdpa_device *vdpa, unsigned int asid, in vdpasim_dma_unmap()
|
| /linux/arch/arc/include/asm/ |
| H A D | mmu.h | 14 unsigned long asid[NR_CPUS]; /* 8 bit MMU PID + Generation cycle */ member
|
| /linux/arch/csky/include/asm/ |
| H A D | mmu.h | 7 atomic64_t asid; member
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | asid.c | 50 void hl_asid_free(struct hl_device *hdev, unsigned long asid) in hl_asid_free()
|
| /linux/arch/mips/mm/ |
| H A D | tlb-r4k.c | 538 unsigned long long asid:10; member 597 unsigned long long entryhi, vpn, mask, asid; in r4k_tlb_uniquify_read() local 644 unsigned long long asid, vpn, vpn_size, pagesz; in r4k_tlb_uniquify_write() local
|
| /linux/arch/mips/lib/ |
| H A D | r3k_dump_tlb.c | 27 unsigned int asid; in dump_tlb() local
|
| /linux/arch/mips/include/asm/ |
| H A D | mmu.h | 11 u64 asid[NR_CPUS]; member
|