Home
last modified time | relevance | path

Searched refs:writable (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/bpf/progs/
A Dtest_module_attach.c36 struct bpf_testmod_test_writable_ctx *writable) in BPF_PROG() argument
38 raw_tp_writable_bare_in_val = writable->val; in BPF_PROG()
39 writable->early_ret = raw_tp_writable_bare_early_ret; in BPF_PROG()
40 writable->val = raw_tp_writable_bare_out_val; in BPF_PROG()
/tools/testing/selftests/bpf/test_kmods/
A Dbpf_testmod.c442 struct bpf_testmod_test_writable_ctx writable = { in bpf_testmod_test_read() local
445 trace_bpf_testmod_test_writable_bare_tp(&writable); in bpf_testmod_test_read()
446 if (writable.early_ret) in bpf_testmod_test_read()
447 return snprintf(buf, len, "%d\n", writable.val); in bpf_testmod_test_read()
/tools/testing/selftests/kvm/lib/x86/
A Dvmx.c24 uint64_t writable:1; member
373 pte->writable = true; in nested_create_pte()

Completed in 11 milliseconds