Home
last modified time | relevance | path

Searched refs:sel (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/x86/
Dldt_gdt.c733 unsigned short sel; in test_gdt_invalidation() local
744 sel = (gdt_entry_num << 3) | 3; in test_gdt_invalidation()
757 : [prev_sel] "=&r" (prev_sel), [sel] "+r" (sel), in test_gdt_invalidation()
763 if (sel != 0) { in test_gdt_invalidation()
770 result, sel); in test_gdt_invalidation()
775 sel = (gdt_entry_num << 3) | 3; in test_gdt_invalidation()
788 : [prev_sel] "=&r" (prev_sel), [sel] "+r" (sel), in test_gdt_invalidation()
794 if (sel != 0) { in test_gdt_invalidation()
801 result, sel); in test_gdt_invalidation()
806 sel = (gdt_entry_num << 3) | 3; in test_gdt_invalidation()
[all …]
Dfsgsbase.c162 unsigned short sel; in check_gs_value() local
168 asm volatile ("mov %%gs, %0" : "=rm" (sel)); in check_gs_value()
172 sel); in check_gs_value()
176 base, sel); in check_gs_value()
183 sel); in check_gs_value()
187 base, sel); in check_gs_value()
239 unsigned short sel; in do_remote_base() local
240 asm volatile ("mov %%gs, %0" : "=rm" (sel)); in do_remote_base()
242 to_set, hard_zero ? " and clear gs" : "", sel); in do_remote_base()
623 unsigned short sel = s; in main() local
[all …]
/tools/testing/selftests/bpf/
Dtest_progs.c32 static bool should_run(struct test_selector *sel, int num, const char *name) in should_run() argument
34 if (sel->name && sel->name[0] && !strstr(name, sel->name)) in should_run()
37 if (!sel->num_set) in should_run()
40 return num < sel->num_set_len && sel->num_set[num]; in should_run()
365 int parse_num_list(const char *s, struct test_selector *sel) in parse_num_list() argument
419 sel->num_set = set; in parse_num_list()
420 sel->num_set_len = set_len; in parse_num_list()
/tools/testing/selftests/netfilter/
Dnft_flowtable.sh341 …$me proto esp spi $spi_in enc aes $KEY_AES auth sha1 $KEY_SHA mode tunnel sel src $rnet dst $lnet
342 …mote proto esp spi $spi_out enc aes $KEY_AES auth sha1 $KEY_SHA mode tunnel sel src $lnet dst $rnet
/tools/testing/selftests/net/
Dxfrm_policy.sh53 …me proto esp spi $spi_in enc aes $KEY_AES auth sha1 $KEY_SHA mode tunnel sel src $rnet dst $lnet
54 …mote proto esp spi $spi_out enc aes $KEY_AES auth sha1 $KEY_SHA mode tunnel sel src $lnet dst $rnet
Drtnetlink.sh659 $algo sel src $srcip/24 dst $dstip/24
789 mode transport reqid 42 $algo sel src $srcip/24 dst $dstip/24 \
793 mode transport reqid 42 $algo sel src $dstip/24 dst $srcip/24 \