Searched defs:cpu_info (Results 1 – 6 of 6) sorted by relevance
38 struct cpu_info { struct39 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
24 struct cpu_info { struct30 static inline struct cpu_info *get_cpu_info(void) in get_cpu_info() argument
130 struct cpu_info *cpu_info; member
124 struct cpu_info *cpu_info = get_cpu_info(); in __prepare_to_wait() local
466 struct cpu_info *cpu_info = get_cpu_info(); in toggle_guest_mode() local
519 struct cpu_info *cpu_info = get_cpu_info(); in write_ptbase() local
Completed in 28 milliseconds