Home
last modified time | relevance | path

Searched refs:p_model (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/intel/dtrace/
H A Dfasttrap_isa.c231 if (curproc->p_model == DATAMODEL_LP64) { in fasttrap_anarg()
302 if ((size = dtrace_instr_size_isa(instr, p->p_model, &rmindex)) <= 0) in fasttrap_tracepoint_init()
373 if (p->p_model == DATAMODEL_LP64 && (instr[start] & 0xf0) == 0x40) in fasttrap_tracepoint_init()
427 ASSERT(p->p_model == DATAMODEL_LP64 || rex == 0); in fasttrap_tracepoint_init()
459 if (p->p_model == DATAMODEL_LP64) in fasttrap_tracepoint_init()
561 ASSERT(p->p_model == DATAMODEL_LP64 || rex == 0); in fasttrap_tracepoint_init()
598 if (p->p_model == DATAMODEL_LP64 && tp->ftt_type == FASTTRAP_T_COMMON) { in fasttrap_tracepoint_init()
1066 if (p->p_model == DATAMODEL_LP64) {
1224 if (p->p_model == DATAMODEL_NATIVE) {
1372 if (p->p_model == DATAMODEL_NATIVE) {
[all …]
/netbsd-src/sys/dev/pci/
H A Dnjs_pci.c75 njsc32_model_t p_model; member
97 p->p_model != NJSC32_MODEL_INVALID; p++) { in njs_pci_lookup()
136 sc->sc_model = prod->p_model; in njs_pci_attach()
/netbsd-src/sys/dev/cardbus/
H A Dnjs_cardbus.c77 njsc32_model_t p_model; member
99 p->p_model != NJSC32_MODEL_INVALID; p++) { in njs_cardbus_lookup()
135 sc->sc_model = prod->p_model; in njs_cardbus_attach()
/netbsd-src/external/cddl/osnet/dev/dtrace/i386/
H A Ddtrace_isa.c128 if (p->p_model == DATAMODEL_NATIVE) { in dtrace_getustack_common()
162 if (p->p_model == DATAMODEL_NATIVE) { in dtrace_getustack_common()
180 if (p->p_model == DATAMODEL_NATIVE) { in dtrace_getustack_common()
355 if (p->p_model == DATAMODEL_NATIVE) { in dtrace_getufpstack()
386 if (p->p_model == DATAMODEL_NATIVE) { in dtrace_getufpstack()
/netbsd-src/external/cddl/osnet/dev/dtrace/
H A Ddtrace_cddl.h125 #define p_model p_dtrace->p_dtrace_model macro
/netbsd-src/external/cddl/osnet/dist/uts/common/dtrace/
H A Dfasttrap.c936 p->p_model = DATAMODEL_LP64; in fasttrap_tracepoint_enable()
938 p->p_model = DATAMODEL_ILP32; in fasttrap_tracepoint_enable()