Searched refs:cpu_ops (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/i386/include/
H A Dcpu.h65 struct cpu_ops { struct
70 extern struct cpu_ops cpu_ops;
/freebsd-13-stable/sys/amd64/include/
H A Dcpu.h65 struct cpu_ops { struct
70 extern struct cpu_ops cpu_ops;
/freebsd-13-stable/sys/x86/xen/
H A Dhvm.c72 struct cpu_ops xen_hvm_cpu_ops = {
375 cpu_ops = xen_hvm_cpu_ops;
/freebsd-13-stable/sys/x86/x86/
H A Dmp_x86.c116 /* Default cpu_ops implementation. */
117 struct cpu_ops cpu_ops; variable in typeref:struct:cpu_ops
1019 if (cpu_ops.cpu_init)
1020 cpu_ops.cpu_init();
1606 if (cpu_ops.cpu_resume)
1607 cpu_ops.cpu_resume();

Completed in 105 milliseconds