Searched refs:prid (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/sys/mips/nlm/
H A Dxlp.h94 int prid = (procid >> 8) & 0xff; local
97 return (prid == CHIP_PROCESSOR_ID_XLP_3XX &&
103 int prid = nlm_processor_id(); local
105 return (prid == CHIP_PROCESSOR_ID_XLP_432 ||
106 prid == CHIP_PROCESSOR_ID_XLP_416);
111 int prid = nlm_processor_id(); local
113 return (prid == CHIP_PROCESSOR_ID_XLP_8XX ||
114 prid == CHIP_PROCESSOR_ID_XLP_432 ||
115 prid == CHIP_PROCESSOR_ID_XLP_416);
121 int prid local
133 int prid = (procid >> 8) & 0xff; local
[all...]
H A Dboard.c327 int prid, rev; local
331 prid = (procid >> 8) & 0xff;
334 switch (prid) {
/freebsd-10.0-release/sys/mips/rmi/
H A Dboard.h93 uint32_t prid = mips_rd_prid(); local
95 return ((prid & 0xf000) == 0x8000 || (prid & 0xf000) == 0x4000 ||
96 (prid & 0xf000) == 0xc000);
/freebsd-10.0-release/sys/mips/mips/
H A Dcpu.c73 u_int32_t prid; local
84 prid = mips_rd_prid();
85 cpuinfo->cpu_vendor = MIPS_PRID_CID(prid);
86 cpuinfo->cpu_rev = MIPS_PRID_REV(prid);
87 cpuinfo->cpu_impl = MIPS_PRID_IMPL(prid);
/freebsd-10.0-release/sys/mips/include/
H A Dcpufunc.h275 MIPS_RW32_COP0(prid, MIPS_COP_0_PRID);
/freebsd-10.0-release/sys/sys/
H A Djail.h372 struct prison *prison_find(int prid);
/freebsd-10.0-release/sys/kern/
H A Dkern_jail.c2405 prison_find(int prid) argument
2411 if (pr->pr_id == prid) {
2425 prison_find_child(struct prison *mypr, int prid) argument
2432 if (pr->pr_id == prid) {
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dmips-tdep.c444 "", "", "port", "cmp", "", "", "epc", "prid",
4920 CORE_ADDR prid; local
4922 prid = read_register (PRID_REGNUM);
4924 if ((prid & ~0xf) == 0x700)
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c8041 dtrace_probe_lookup(dtrace_provider_id_t prid, char *mod,
8048 pkey.dtpk_prov = ((dtrace_provider_t *)prid)->dtpv_name;

Completed in 185 milliseconds