OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apic_op
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/xen/include/
i82093var.h
14
struct physdev_apic
apic_op
;
local
17
apic_op
.apic_physbase = sc->sc_pa;
18
apic_op
.reg = regid;
19
ret = HYPERVISOR_physdev_op(PHYSDEVOP_apic_read, &
apic_op
);
24
return
apic_op
.value;
30
struct physdev_apic
apic_op
;
local
33
apic_op
.apic_physbase = sc->sc_pa;
34
apic_op
.reg = regid;
35
apic_op
.value = val;
36
ret = HYPERVISOR_physdev_op(PHYSDEVOP_apic_write, &
apic_op
);
[
all
...]
/src/sys/external/mit/xen-include-public/dist/xen/include/public/
physdev.h
235
struct physdev_apic
apic_op
;
member in union:physdev_op::__anon6636
Completed in 29 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026