Home
last modified time | relevance | path

Searched defs:cpu_info (Results 1 – 6 of 6) sorted by relevance

/xen/xen/include/asm-x86/
A Dcurrent.h38 struct cpu_info { struct
39 struct cpu_user_regs guest_cpu_user_regs;
40 unsigned int processor_id;
41 unsigned int verw_sel;
42 struct vcpu *current_vcpu;
43 unsigned long per_cpu_offset;
44 unsigned long cr4;
53 unsigned long xen_cr3;
54 unsigned long pv_cr3;
80 static inline struct cpu_info *get_cpu_info_from_stack(unsigned long sp) in get_cpu_info_from_stack() argument
/xen/xen/include/asm-arm/
A Dcurrent.h24 struct cpu_info { struct
30 static inline struct cpu_info *get_cpu_info(void) in get_cpu_info() argument
A Ddomain.h130 struct cpu_info *cpu_info; member
/xen/xen/common/
A Dwait.c124 struct cpu_info *cpu_info = get_cpu_info(); in __prepare_to_wait() local
/xen/xen/arch/x86/pv/
A Ddomain.c466 struct cpu_info *cpu_info = get_cpu_info(); in toggle_guest_mode() local
/xen/xen/arch/x86/
A Dmm.c519 struct cpu_info *cpu_info = get_cpu_info(); in write_ptbase() local

Completed in 28 milliseconds