Searched refs:shared_info (Results 1 – 5 of 5) sorted by relevance
41 struct skb_shared_info *shared_info; in md_skb() local49 shared_info = bpf_core_cast(kskb->head + kskb->end, struct skb_shared_info); in md_skb()50 meta_len = shared_info->meta_len; in md_skb()51 frag0_len = shared_info->frag_list->len; in md_skb()
29 struct shared_info { struct81 static int child(struct shared_info *info) in child()145 static off_t try_core_file(const char *filename, struct shared_info *info, in try_core_file()166 static int check_core_file(struct shared_info *info, Elf64_Ehdr *ehdr, in check_core_file()227 static int parent(struct shared_info *info, pid_t pid) in parent()380 struct shared_info *info; in core_pkey()
18 struct shared_info { struct45 static int child(struct shared_info *info) in child() argument161 static int parent(struct shared_info *info, pid_t pid) in parent()272 struct shared_info *info; in ptrace_pkey()
143 struct shared_info { struct234 struct shared_info *si = (void *)SHINFO_VADDR; in guest_code()381 static struct shared_info *shinfo;399 .u.shared_info.gfn = SHINFO_REGION_GPA / PAGE_SIZE in juggle_shinfo_state()404 .u.shared_info.gfn = KVM_XEN_INVALID_GFN in juggle_shinfo_state()409 .u.shared_info.hva = (unsigned long)shinfo in juggle_shinfo_state()414 .u.shared_info.hva = 0 in juggle_shinfo_state()501 ha.u.shared_info.hva = (unsigned long)shinfo; in main()504 ha.u.shared_info.gfn = SHINFO_ADDR / PAGE_SIZE; in main()
587 } shared_info; member
Completed in 13 milliseconds