Home
last modified time | relevance | path

Searched refs:a_val (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/powerpc/cache_shape/
H A Dcache_shape.c64 print_size("L1I ", (uint32_t)p->a_un.a_val); in test_cache_shape()
70 print_geo("L1I ", (uint32_t)p->a_un.a_val); in test_cache_shape()
76 print_size("L1D ", (uint32_t)p->a_un.a_val); in test_cache_shape()
82 print_geo("L1D ", (uint32_t)p->a_un.a_val); in test_cache_shape()
88 print_size("L2 ", (uint32_t)p->a_un.a_val); in test_cache_shape()
94 print_geo("L2 ", (uint32_t)p->a_un.a_val); in test_cache_shape()
100 print_size("L3 ", (uint32_t)p->a_un.a_val); in test_cache_shape()
106 print_geo("L3 ", (uint32_t)p->a_un.a_val); in test_cache_shape()
/linux/arch/loongarch/kernel/
H A Dunwind_orc.c222 unsigned long a_val = orc_ip(a); in orc_sort_cmp() local
226 if (a_val > b_val) in orc_sort_cmp()
228 if (a_val < b_val) in orc_sort_cmp()
/linux/scripts/
H A Dsorttable.h116 unsigned long a_val = orc_ip(a); in orc_sort_cmp() local
119 if (a_val > b_val) in orc_sort_cmp()
121 if (a_val < b_val) in orc_sort_cmp()
/linux/arch/x86/kernel/
H A Dunwind_orc.c271 unsigned long a_val = orc_ip(a); in orc_sort_cmp() local
274 if (a_val > b_val) in orc_sort_cmp()
276 if (a_val < b_val) in orc_sort_cmp()
/linux/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c43 return auxv->a_un.a_val; in get_syscall()
/linux/tools/testing/selftests/vDSO/
H A Dparse_vdso.c254 vdso_init_from_sysinfo_ehdr(elf_auxv[i].a_un.a_val); in vdso_init_from_auxv()
/linux/Documentation/arch/sparc/
H A Dadi.rst197 adi_blksz = auxv->a_un.a_val;
200 adi_nbits = auxv->a_un.a_val;
/linux/tools/testing/selftests/powerpc/
H A Dutils.c412 return (void *)p->a_un.a_val; in get_auxv_entry()