Home
last modified time | relevance | path

Searched refs:shared_info (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/bpf/progs/
A Dtype_cast.c41 struct skb_shared_info *shared_info; in md_skb() local
49 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()
/tools/testing/selftests/powerpc/ptrace/
A Dcore-pkey.c29 struct shared_info { struct
81 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()
A Dptrace-pkey.c18 struct shared_info { struct
45 static int child(struct shared_info *info) in child() argument
161 static int parent(struct shared_info *info, pid_t pid) in parent()
272 struct shared_info *info; in ptrace_pkey()
/tools/testing/selftests/kvm/x86/
A Dxen_shinfo_test.c143 struct shared_info { struct
234 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()
/tools/arch/x86/include/uapi/asm/
A Dkvm.h587 } shared_info; member

Completed in 34 milliseconds