Searched refs:asid (Results 1 - 13 of 13) sorted by last modified time

/freebsd-11-stable/sys/dev/sound/usb/
H A Duaudio.c1707 union uaudio_asid asid = { NULL }; local
1788 asid.v1 = NULL;
1837 (asid.v1 == NULL)) {
1841 if (desc->bLength >= sizeof(*asid.v2)) {
1842 asid.v2 = (void *)desc;
1845 if (desc->bLength >= sizeof(*asid.v1)) {
1846 asid.v1 = (void *)desc;
1903 if (asid.v1 == NULL || asf1d.v1 == NULL ||
1919 dwFormat = UGETDW(asid.v2->bmFormats);
1920 bChannels = asid
[all...]
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dvmcb.h249 uint32_t asid; /* 0x58: Guest ASID */ member in struct:vmcb_ctrl
H A Dsvm.c122 static struct asid asid[MAXCPU]; variable in typeref:struct:asid
261 asid[cpu].gen = ~0UL;
262 asid[cpu].num = nasid - 1;
498 ctrl->asid = 0;
1839 if (vcpustate->asid.gen != asid[thiscpu].gen) {
1856 if (++asid[thiscpu].num >= nasid) {
1857 asid[thiscpu].num = 1;
1858 if (++asid[thiscp
[all...]
H A Dsvm_softc.h37 struct asid { struct
54 struct asid asid; member in struct:svm_vcpu
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c480 kernel_pmap->pm_asid[0].asid = PMAP_ASID_RESERVED;
1032 pmap->pm_asid[i].asid = PMAP_ASID_RESERVED;
1093 pmap->pm_asid[i].asid = PMAP_ASID_RESERVED;
3276 mips_wr_entryhi(pmap->pm_asid[cpuid].asid);
3347 db_printf("pmap:%p segtab:%p asid:%x generation:%x\n",
3348 pmap, pmap->pm_segtab, pmap->pm_asid[0].asid,
3396 if (pmap->pm_asid[PCPU_GET(cpuid)].asid != PMAP_ASID_RESERVED &&
3408 pmap->pm_asid[PCPU_GET(cpuid)].asid = PCPU_GET(next_asid);
H A Dtlb.c103 register_t asid; local
109 asid = mips_rd_entryhi() & TLBHI_ASID_MASK;
118 mips_wr_entryhi(asid);
125 register_t asid; local
132 asid = mips_rd_entryhi() & TLBHI_ASID_MASK;
141 mips_wr_entryhi(asid);
148 register_t asid; local
153 asid = mips_rd_entryhi() & TLBHI_ASID_MASK;
158 mips_wr_entryhi(asid);
165 register_t asid; local
207 register_t asid, end_hi, hi, hi_pagemask, s, save_asid, start_hi; local
298 register_t asid; local
[all...]
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c3698 hdaa_audio_adddac(struct hdaa_devinfo *devinfo, int asid) argument
3700 struct hdaa_audio_as *as = &devinfo->as[asid];
3710 asid, as->index);
6844 hdaa_chan_formula(struct hdaa_devinfo *devinfo, int asid, argument
6850 as = &devinfo->as[asid];
6874 hdaa_chan_type(struct hdaa_devinfo *devinfo, int asid) argument
6880 as = &devinfo->as[asid];
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_asid.c157 ASIdentifiers *asid = ext;
158 return (i2r_ASIdentifierChoice(out, asid->asnum, indent,
160 i2r_ASIdentifierChoice(out, asid->rdi, indent,
198 int v3_asid_add_inherit(ASIdentifiers *asid, int which)
201 if (asid == NULL)
205 choice = &asid->asnum;
208 choice = &asid->rdi;
227 int v3_asid_add_id_or_range(ASIdentifiers *asid,
232 if (asid == NULL)
236 choice = &asid
678 v3_asid_inherits(ASIdentifiers *asid) argument
[all...]
H A Dx509v3.h860 int v3_asid_add_inherit(ASIdentifiers *asid, int which);
861 int v3_asid_add_id_or_range(ASIdentifiers *asid, int which,
879 int v3_asid_is_canonical(ASIdentifiers *asid);
881 int v3_asid_canonize(ASIdentifiers *asid);
887 int v3_asid_inherits(ASIdentifiers *asid);
/freebsd-11-stable/sys/mips/include/
H A Dpmap.h88 u_int32_t asid:ASID_BITS; /* TLB address space tag */ member in struct:pmap::__anon12196
103 #define pmap_asid(pmap) (pmap)->pm_asid[PCPU_GET(cpuid)].asid
H A Dpte.h115 #define TLBHI_ENTRY(va, asid) ((TLBHI_VA_R((va))) /* Region. */ | \
117 ((asid) & TLBHI_ASID_MASK))
120 #define TLBHI_ENTRY(va, asid) (((va) & ~TLBHI_PAGE_MASK) | ((asid) & TLBHI_ASID_MASK))
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c950 context->hw_ibp.asid[num] = 0;
972 context->hw_dbp.asid[num] = 0;
1009 context->hw_ibp.asid[num] = 0;
1015 context->hw_dbp.asid[num] = 0;
1345 context->hw_ibp.asid[i] = cvmx_read_csr(CVMX_DEBUG_HW_INSTRUCTION_BREAKPOINT_ASID(i));
1354 context->hw_dbp.asid[i] = cvmx_read_csr(CVMX_DEBUG_HW_DATA_BREAKPOINT_ASID(i));
1381 cvmx_write_csr(CVMX_DEBUG_HW_DATA_BREAKPOINT_ASID(i), context->hw_dbp.asid[i]);
1389 cvmx_write_csr(CVMX_DEBUG_HW_INSTRUCTION_BREAKPOINT_ASID(i), context->hw_ibp.asid[i]);
H A Dcvmx-debug.h148 uint64_t asid[4]; member in struct:__anon8462::__anon8464
164 F(hw_ibp.asid[0]); \
165 F(hw_ibp.asid[1]); \
166 F(hw_ibp.asid[2]); \
167 F(hw_ibp.asid[3]); \
184 F(hw_dbp.asid[0]); \
185 F(hw_dbp.asid[1]); \
186 F(hw_dbp.asid[2]); \
187 F(hw_dbp.asid[3]); \

Completed in 132 milliseconds