Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/tests/module_test/
H A Dtest_set8.S9 lw a0, set8
10 la t0, set8
21 set8: label
22 .reloc set8, R_RISCV_SET8, set8
/linux/tools/bpf/resolve_btfids/
H A Dmain.c686 struct btf_id_set8 *set8 = NULL; in sets_patch() local
706 set8 = data->d_buf + off; in sets_patch()
711 BUILD_BUG_ON((u32 *)set8->pairs != &set8->pairs[0].id); in sets_patch()
712 qsort(set8->pairs, set8->cnt, sizeof(set8->pairs[0]), cmp_id); in sets_patch()
725 set8->flags = bswap_32(set8->flags); in sets_patch()
726 for (i = 0; i < set8->cnt; i++) { in sets_patch()
727 set8->pairs[i].flags = in sets_patch()
728 bswap_32(set8->pairs[i].flags); in sets_patch()
734 off, id->is_set ? set->cnt : set8->cnt, id->name); in sets_patch()
/linux/tools/testing/radix-tree/
H A Dmaple.c1232 static const unsigned long set8[] = { in check_erase2_sets() local
33545 check_erase2_testset(mt, set8, ARRAY_SIZE(set8)); in check_erase2_sets()