Searched refs:selector (Results 1 – 14 of 14) sorted by relevance
/tools/testing/selftests/bpf/progs/ |
D | tailcall5.c | 13 int selector = 0; variable 30 if (selector == 1234) in entry() 32 else if (selector == 5678) in entry()
|
D | tailcall4.c | 13 int selector = 0; variable 28 bpf_tail_call(skb, &jmp_table, selector); in entry()
|
/tools/testing/selftests/syscall_user_dispatch/ |
D | sud_benchmark.c | 59 char selector; variable 60 #define SYSCALL_BLOCK (selector = SYSCALL_DISPATCH_FILTER_BLOCK) 61 #define SYSCALL_UNBLOCK (selector = SYSCALL_DISPATCH_FILTER_ALLOW) 166 &selector)) { in main() 175 if (selector == SYSCALL_DISPATCH_FILTER_ALLOW) { in main()
|
/tools/testing/selftests/kvm/lib/x86_64/ |
D | svm.c | 48 static void vmcb_set_seg(struct vmcb_seg *seg, u16 selector, in vmcb_set_seg() argument 51 seg->selector = selector; in vmcb_set_seg()
|
D | processor.c | 67 segment->selector, segment->type); in segment_dump() 437 struct desc64 *desc = gdt + (segp->selector >> 3) * 8; in kvm_seg_fill_gdt_64bit() 472 static void kvm_seg_set_kernel_code_64bit(struct kvm_vm *vm, uint16_t selector, in kvm_seg_set_kernel_code_64bit() argument 476 segp->selector = selector; in kvm_seg_set_kernel_code_64bit() 504 static void kvm_seg_set_kernel_data_64bit(struct kvm_vm *vm, uint16_t selector, in kvm_seg_set_kernel_data_64bit() argument 508 segp->selector = selector; in kvm_seg_set_kernel_data_64bit() 569 int selector) in kvm_setup_tss_64bit() argument 577 segp->selector = selector; in kvm_setup_tss_64bit() 1210 uint16_t selector; member 1222 int dpl, unsigned short selector) in set_idt_entry() argument [all …]
|
/tools/testing/selftests/x86/ |
D | ldt_gdt.c | 66 uint32_t selector = (index << 3) | (ldt << 2) | 3; in check_invalid_segment() local 73 : [selector] "r" (selector)); in check_invalid_segment() 79 : [selector] "r" (selector)); in check_invalid_segment() 96 uint32_t selector = (index << 3) | (ldt << 2) | 3; in check_valid_segment() local 103 : [selector] "r" (selector)); in check_valid_segment() 109 : [selector] "r" (selector)); in check_valid_segment()
|
/tools/testing/selftests/net/forwarding/ |
D | lib.sh | 725 local selector=${1:-.packets}; shift 728 | jq ".[1].options.actions[].stats$selector" 735 local selector=${1:-.packets}; shift 739 .options.actions[0].stats$selector" 754 local selector=$1; shift 757 | jq '.[] | select(.handle == "'"$handle"'") | '"$selector" 764 local selector=$1; shift 767 | jq '.[] | select(.parent == "'"$parent"'") | '"$selector"
|
/tools/include/uapi/linux/ |
D | netlink.h | 249 __u32 selector; member
|
/tools/perf/Documentation/ |
D | perf-mem.txt | 73 Event selector. Use 'perf mem record -e list' to list available events.
|
D | perf-trace.txt | 46 Event filter. This option should follow an event selector (-e) which
|
D | perf-record.txt | 120 Event filter. This option should follow an event selector (-e) which 179 an event selector (-e) which selects tracepoint event(s). It adds a
|
/tools/testing/selftests/kvm/include/x86_64/ |
D | svm.h | 158 u16 selector; member
|
/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 136 __u16 selector; member
|
/tools/testing/selftests/net/ |
D | fib_nexthops.sh | 2006 local selector=$1; shift 2010 count=$($IP -j nexthop bucket ${nharg} ${selector} | jq length)
|