Searched defs:arch_vcpu_info (Results 1 – 4 of 4) sorted by relevance
75 struct arch_vcpu_info { struct76 unsigned long cr2;77 unsigned long pad[5]; /* sizeof(struct vcpu_info) == 64 */
136 struct arch_vcpu_info { struct137 unsigned long cr2;138 unsigned long pad; /* sizeof(vcpu_info_t) == 64 */
130 struct arch_vcpu_info { struct139 struct arch_vcpu_info arch; argument
62 struct arch_vcpu_info { }; struct