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/um/os-Linux/
H A Delf_aux.c38 elf_aux_hwcap = auxv->a_un.a_val; in scan_elf_aux()
46 (char *) (long) auxv->a_un.a_val; in scan_elf_aux()
/linux/arch/loongarch/kernel/
H A Dunwind_orc.c223 unsigned long a_val = orc_ip(a); in orc_sort_cmp() local
227 if (a_val > b_val) in orc_sort_cmp()
229 if (a_val < b_val) in orc_sort_cmp()
/linux/arch/x86/kernel/
H A Dunwind_orc.c287 unsigned long a_val = orc_ip(a); in orc_sort_cmp() local
290 if (a_val > b_val) in orc_sort_cmp()
292 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/scripts/
H A Dsorttable.c143 unsigned long a_val = orc_ip(a); in orc_sort_cmp() local
146 if (a_val > b_val) in orc_sort_cmp()
148 if (a_val < b_val) in orc_sort_cmp()
/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()