OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIPS_PRID_CID
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/mips/atheros/
ar_conf.c
172
const u_int cid =
MIPS_PRID_CID
(mips_options.mips_cpu_id);
/src/sys/arch/mips/mips/
cache.c
196
if (
MIPS_PRID_CID
(cpu_id) == MIPS_PRID_CID_PREHISTORIC)
198
else if (
MIPS_PRID_CID
(cpu_id) == MIPS_PRID_CID_MICROSOFT)
202
if (
MIPS_PRID_CID
(cpu_id) != MIPS_PRID_CID_PREHISTORIC)
1084
if (
MIPS_PRID_CID
(cpu_id) == MIPS_PRID_CID_CAVIUM) {
1343
switch (
MIPS_PRID_CID
(cpu_id)) {
mips_machdep.c
1168
if (
MIPS_PRID_CID
(cpu_id) != ct->cpu_cid ||
1188
if (
MIPS_PRID_CID
(cpu_id) != 0) {
1517
if (
MIPS_PRID_CID
(cpu_id) == MIPS_PRID_CID_CAVIUM) {
1524
if (
MIPS_PRID_CID
(fpu_id) == fputab[i].cpu_cid &&
1540
switch (
MIPS_PRID_CID
(cpu_id)) {
1570
if (
MIPS_PRID_CID
(cpu_id) == MIPS_PRID_CID_PREHISTORIC)
1581
if (
MIPS_PRID_CID
(cpu_id) == MIPS_PRID_CID_PREHISTORIC)
1592
if (
MIPS_PRID_CID
(cpu_id) == MIPS_PRID_CID_PREHISTORIC &&
/src/sys/arch/mips/include/
locore.h
736
#define
MIPS_PRID_CID
(x) (((x) >> 16) & 0x00ff) /* Company ID */
/src/sys/arch/mips/cavium/dev/
octeon_gmx.c
301
if (
MIPS_PRID_CID
(cpu_id) != MIPS_PRID_CID_CAVIUM)
Completed in 16 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025