Searched refs:is_native (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/testing/selftests/x86/ |
| H 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()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | btf.c | 2957 bool is_native) in btf_ext_parse_sec_info() argument 2996 (!is_native && record_size != ext_sec->min_rec_size) || in btf_ext_parse_sec_info() 3075 err = btf_ext_parse_sec_info(btf_ext, &func_info, is_native); in btf_ext_parse_info() 3079 err = btf_ext_parse_sec_info(btf_ext, &line_info, is_native); in btf_ext_parse_info() 3098 bool is_native = h->magic == BTF_MAGIC; in btf_ext_bswap_hdr() local 3101 hdr_len = is_native ? h->hdr_len : bswap_32(h->hdr_len); in btf_ext_bswap_hdr() 3128 rec_size = is_native ? *rs : bswap_32(*rs); in btf_ext_bswap_info_sec() 3155 const bool is_native = btf_ext->swapped_endian; in btf_ext_bswap_info() local 3161 btf_ext_bswap_info_sec(info, h->func_info_len, is_native, in btf_ext_bswap_info() 3166 btf_ext_bswap_info_sec(info, h->line_info_len, is_native, in btf_ext_bswap_info() [all …]
|