Searched defs:shared_info (Results 1 – 6 of 6) sorted by relevance
744 struct shared_info { struct745 struct vcpu_info vcpu_info[XEN_LEGACY_MAX_VCPUS];800 struct arch_shared_info arch; argument804 typedef struct shared_info shared_info_t; argument849 unsigned long shared_info; /* MACHINE address of shared info struct. */ member
46 #define shared_info(d, field) __shared_info(d, (d)->shared_info, field) macro
326 shared_info_t *shared_info; /* shared data area */ member
855 shared_info_x86_32_t *shared_info = ptr; in shared_info_x86_32() local868 shared_info_x86_64_t *shared_info = ptr; in shared_info_x86_64() local1676 shared_info_t *shared_info; in bootlate_pv() local
785 static struct shared_info *shared_info = NULL; in get_shared_info() local804 struct shared_info *shared_info = get_shared_info(); in get_cpu_mhz() local
259 int (*shared_info) (struct xc_dom_image * dom, void *shared_info); member
Completed in 34 milliseconds