Searched defs:asid (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/mips/mips/ |
| H A D | tlb.c | 98 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 D | svm_softc.h | 37 struct asid { struct 39 uint32_t num; /* range is [1, nasid - 1] */ argument 54 struct asid asid; member
|
| H A D | vmcb.h | 251 uint32_t asid; /* 0x58: Guest ASID */ member
|
| H A D | svm.c | 124 static struct asid asid[MAXCPU]; variable
|
| /f-stack/freebsd/mips/include/ |
| H A D | pte.h | 117 #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 D | pmap.h | 91 u_int32_t asid:ASID_BITS; /* TLB address space tag */ member
|
| /f-stack/freebsd/arm64/iommu/ |
| H A D | smmuvar.h | 59 uint16_t asid; member 103 uint16_t asid; member
|
| H A D | smmu.c | 645 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 D | pmap.h | 150 #define ASID_TO_OPERAND(asid) ({ \ argument
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-debug.h | 148 uint64_t asid[4]; member
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | pmap.c | 358 #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
|