Searched refs:asid (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/sys/mips/mips/
H A Dtlb.c94 register_t asid; local
100 asid = mips_rd_entryhi() & TLBHI_ASID_MASK;
109 mips_wr_entryhi(asid);
116 register_t asid; local
123 asid = mips_rd_entryhi() & TLBHI_ASID_MASK;
132 mips_wr_entryhi(asid);
139 register_t asid; local
144 asid = mips_rd_entryhi() & TLBHI_ASID_MASK;
149 mips_wr_entryhi(asid);
156 register_t asid; local
212 register_t asid; local
[all...]
H A Dpmap.c476 kernel_pmap->pm_asid[0].asid = PMAP_ASID_RESERVED;
1052 pmap->pm_asid[i].asid = PMAP_ASID_RESERVED;
1112 pmap->pm_asid[i].asid = PMAP_ASID_RESERVED;
3006 mips_wr_entryhi(pmap->pm_asid[cpuid].asid);
3082 db_printf("pmap:%p segtab:%p asid:%x generation:%x\n",
3083 pmap, pmap->pm_segtab, pmap->pm_asid[0].asid,
3181 if (pmap->pm_asid[PCPU_GET(cpuid)].asid != PMAP_ASID_RESERVED &&
3193 pmap->pm_asid[PCPU_GET(cpuid)].asid = PCPU_GET(next_asid);
/freebsd-9.3-release/sys/mips/include/
H A Dpte.h104 #define TLBHI_ENTRY(va, asid) ((TLBHI_VA_R((va))) /* Region. */ | \
106 ((asid) & TLBHI_ASID_MASK))
109 #define TLBHI_ENTRY(va, asid) (((va) & ~TLBHI_PAGE_MASK) | ((asid) & TLBHI_ASID_MASK))
H A Dpmap.h89 u_int32_t asid:ASID_BITS; /* TLB address space tag */ member in struct:pmap::__anon9494
105 #define pmap_asid(pmap) (pmap)->pm_asid[PCPU_GET(cpuid)].asid
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug.h148 uint64_t asid[4]; member in struct:__anon6370::__anon6372
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]); \
H A Dcvmx-debug.c805 context->hw_ibp.asid[num] = 0;
821 context->hw_dbp.asid[num] = 0;
858 context->hw_ibp.asid[num] = 0;
864 context->hw_dbp.asid[num] = 0;
1185 context->hw_ibp.asid[i] = cvmx_read_csr(CVMX_DEBUG_HW_INSTRUCTION_BREAKPOINT_ASID(i));
1194 context->hw_dbp.asid[i] = cvmx_read_csr(CVMX_DEBUG_HW_DATA_BREAKPOINT_ASID(i));
1222 cvmx_write_csr(CVMX_DEBUG_HW_DATA_BREAKPOINT_ASID(i), context->hw_dbp.asid[i]);
1230 cvmx_write_csr(CVMX_DEBUG_HW_INSTRUCTION_BREAKPOINT_ASID(i), context->hw_ibp.asid[i]);
/freebsd-9.3-release/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.h755 int v3_asid_add_inherit(ASIdentifiers *asid, int which);
756 int v3_asid_add_id_or_range(ASIdentifiers *asid, int which,
774 int v3_asid_is_canonical(ASIdentifiers *asid);
776 int v3_asid_canonize(ASIdentifiers *asid);
782 int v3_asid_inherits(ASIdentifiers *asid);
/freebsd-9.3-release/sys/dev/sound/usb/
H A Duaudio.c1487 union uaudio_asid asid = { NULL }; local
1562 asid.v1 = NULL;
1587 (asid.v1 == NULL)) {
1591 if (desc->bLength >= sizeof(*asid.v2)) {
1592 asid.v2 = (void *)desc;
1595 if (desc->bLength >= sizeof(*asid.v1)) {
1596 asid.v1 = (void *)desc;
1653 if (asid.v1 == NULL || asf1d.v1 == NULL ||
1670 dwFormat = UGETDW(asid.v2->bmFormats);
1671 bChannels = asid
[all...]
/freebsd-9.3-release/sys/dev/sound/pci/hda/
H A Dhdaa.c3303 hdaa_audio_adddac(struct hdaa_devinfo *devinfo, int asid) argument
3305 struct hdaa_audio_as *as = &devinfo->as[asid];
3315 asid, as->index);
6485 hdaa_chan_formula(struct hdaa_devinfo *devinfo, int asid, argument
6491 as = &devinfo->as[asid];
6515 hdaa_chan_type(struct hdaa_devinfo *devinfo, int asid) argument
6521 as = &devinfo->as[asid];

Completed in 212 milliseconds