Searched refs:is_native (Results 1 – 2 of 2) sorted by relevance
| /tools/testing/selftests/x86/ |
| A D | test_vsyscall.c | 478 bool is_native; in test_emulation() local 499 is_native = (num_vsyscall_traps > 1); in test_emulation() 501 ksft_test_result(!is_native, "vsyscalls are %s (%d instructions in vsyscall page)\n", in test_emulation() 502 (is_native ? "native" : "emulated"), (int)num_vsyscall_traps); in test_emulation()
|
| /tools/lib/bpf/ |
| A D | btf.c | 3013 bool is_native) in btf_ext_parse_sec_info() argument 3052 (!is_native && record_size != ext_sec->min_rec_size) || in btf_ext_parse_sec_info() 3131 err = btf_ext_parse_sec_info(btf_ext, &func_info, is_native); in btf_ext_parse_info() 3135 err = btf_ext_parse_sec_info(btf_ext, &line_info, is_native); in btf_ext_parse_info() 3154 bool is_native = h->magic == BTF_MAGIC; in btf_ext_bswap_hdr() local 3157 hdr_len = is_native ? h->hdr_len : bswap_32(h->hdr_len); in btf_ext_bswap_hdr() 3184 rec_size = is_native ? *rs : bswap_32(*rs); in btf_ext_bswap_info_sec() 3211 const bool is_native = btf_ext->swapped_endian; in btf_ext_bswap_info() local 3217 btf_ext_bswap_info_sec(info, h->func_info_len, is_native, in btf_ext_bswap_info() 3222 btf_ext_bswap_info_sec(info, h->line_info_len, is_native, in btf_ext_bswap_info() [all …]
|
Completed in 21 milliseconds