Home
last modified time | relevance | path

Searched defs:asid (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dtlb.c98 register_t asid; in tlb_insert_wired() local
120 register_t asid; in tlb_invalidate_address() local
143 register_t asid; in tlb_invalidate_all() local
160 register_t asid; in tlb_invalidate_all_user() local
202 register_t asid, end_hi, hi, hi_pagemask, s, save_asid, start_hi; in tlb_invalidate_range() local
293 register_t asid; in tlb_update() local
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm_softc.h37 struct asid { struct
39 uint32_t num; /* range is [1, nasid - 1] */ argument
54 struct asid asid; member
H A Dvmcb.h251 uint32_t asid; /* 0x58: Guest ASID */ member
H A Dsvm.c124 static struct asid asid[MAXCPU]; variable
/f-stack/freebsd/mips/include/
H A Dpte.h117 #define TLBHI_ENTRY(va, asid) ((TLBHI_VA_R((va))) /* Region. */ | \ argument
122 #define TLBHI_ENTRY(va, asid) (((va) & ~TLBHI_PAGE_MASK) | ((asid) & TLBHI_ASID_MASK)) argument
H A Dpmap.h91 u_int32_t asid:ASID_BITS; /* TLB address space tag */ member
/f-stack/freebsd/arm64/iommu/
H A Dsmmuvar.h59 uint16_t asid; member
103 uint16_t asid; member
H A Dsmmu.c645 smmu_tlbi_asid(struct smmu_softc *sc, uint16_t asid) in smmu_tlbi_asid()
657 smmu_tlbi_va(struct smmu_softc *sc, vm_offset_t va, uint16_t asid) in smmu_tlbi_va()
1515 smmu_asid_free(struct smmu_softc *sc, int asid) in smmu_asid_free()
/f-stack/freebsd/arm64/include/
H A Dpmap.h150 #define ASID_TO_OPERAND(asid) ({ \ argument
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug.h148 uint64_t asid[4]; member
/f-stack/freebsd/arm64/arm64/
H A Dpmap.c358 #define COOKIE_FROM(asid, epoch) ((long)((u_int)(asid) | \ argument
2089 int asid; in pmap_release() local
6498 int asid, cpuid, epoch; in pmap_reset_asid_set() local