OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcs_proc_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/alpha/include/
rpb.h
294
uint64_t
pcs_proc_type
; /* B0: processor type */
member in struct:pcs
314
#define PCS_CPU_MAJORTYPE(p) ((p)->
pcs_proc_type
& 0xffffffff)
315
#define PCS_CPU_MINORTYPE(p) ((p)->
pcs_proc_type
>> 32)
/src/sys/compat/linux/arch/alpha/
linux_osf1.c
725
cpuinfo.cpu_type = LOCATE_PCS(hwrpb, unit)->
pcs_proc_type
;
738
proctype = LOCATE_PCS(hwrpb, unit)->
pcs_proc_type
;
Completed in 13 milliseconds
Indexes created Sun Oct 12 02:09:55 GMT 2025