Searched refs:shared_info (Results 1 – 12 of 12) sorted by relevance
59 struct shared_info *s = HYPERVISOR_shared_info; in evtchn_2l_clear_pending()65 struct shared_info *s = HYPERVISOR_shared_info; in evtchn_2l_set_pending()71 struct shared_info *s = HYPERVISOR_shared_info; in evtchn_2l_is_pending()77 struct shared_info *s = HYPERVISOR_shared_info; in evtchn_2l_test_and_set_mask()83 struct shared_info *s = HYPERVISOR_shared_info; in evtchn_2l_mask()89 struct shared_info *s = HYPERVISOR_shared_info; in evtchn_2l_unmask()149 struct shared_info *sh, in active_evtchns()173 struct shared_info *s = HYPERVISOR_shared_info; in evtchn_2l_handle_events()267 struct shared_info *sh = HYPERVISOR_shared_info; in xen_debug_interrupt()
46 struct shared_info xen_dummy_shared_info;47 struct shared_info *HYPERVISOR_shared_info = (void *)&xen_dummy_shared_info;76 struct shared_info *s = HYPERVISOR_shared_info; in xen_read_wallclock()311 struct shared_info *shared_info_page = NULL; in xen_guest_init()334 shared_info_page = (struct shared_info *)get_zeroed_page(GFP_KERNEL); in xen_guest_init()347 HYPERVISOR_shared_info = (struct shared_info *)shared_info_page; in xen_guest_init()
48 struct shared_info { struct110 static int child(struct shared_info *info) in child()174 static off_t try_core_file(const char *filename, struct shared_info *info, in try_core_file()195 static int check_core_file(struct shared_info *info, Elf64_Ehdr *ehdr, in check_core_file()256 static int parent(struct shared_info *info, pid_t pid) in parent()419 struct shared_info *info; in core_pkey()
37 struct shared_info { struct69 static int child(struct shared_info *info) in child() argument185 static int parent(struct shared_info *info, pid_t pid) in parent()296 struct shared_info *info; in ptrace_pkey()
29 extern struct shared_info xen_dummy_shared_info;30 extern struct shared_info *HYPERVISOR_shared_info;
65 struct shared_info xen_dummy_shared_info;81 struct shared_info *HYPERVISOR_shared_info = &xen_dummy_shared_info;
30 set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info); in xen_pv_post_suspend()
70 struct shared_info *s = HYPERVISOR_shared_info; in xen_read_wallclock()
128 set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info); in xen_pv_init_platform()
7 extern struct shared_info *HYPERVISOR_shared_info;
36 extern struct shared_info *HYPERVISOR_shared_info;
559 struct shared_info { struct639 unsigned long shared_info; /* MACHINE address of shared info struct. */ member