OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpspo
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hppa/dev/
apic.c
280
int bus,
mpspo
, mpstr;
local
290
mpspo
= (trigger >> MPS_INTPO_SHIFT) & MPS_INTPO_MASK;
293
switch (
mpspo
) {
303
panic("unknown MPS interrupt polarity %d",
mpspo
);
/src/sys/arch/x86/x86/
mpbios.c
1066
int
mpspo
= entry->int_flags & 0x03; /* XXX magic */
local
1070
switch (
mpspo
) {
1079
panic("unknown MPS interrupt polarity %d",
mpspo
);
1105
int
mpspo
= entry->int_flags & 0x03; /* XXX magic */
local
1109
switch (
mpspo
) {
1118
panic("unknown MPS interrupt polarity %d",
mpspo
);
1156
int
mpspo
= entry->int_flags & 0x03; /* XXX magic */
local
1160
switch (
mpspo
) {
1169
panic("unknown MPS interrupt polarity %d",
mpspo
);
Completed in 20 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026