Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/arch/um/os-Linux/
H A Delf_aux.c36 __kernel_vsyscall = auxv->a_un.a_val; in scan_elf_aux()
42 vsyscall_ehdr = auxv->a_un.a_val; in scan_elf_aux()
48 elf_aux_hwcap = auxv->a_un.a_val; in scan_elf_aux()
56 (char *) (long) auxv->a_un.a_val; in scan_elf_aux()
59 page_size = auxv->a_un.a_val; in scan_elf_aux()
/openbmc/qemu/util/
H A Dgetauxval.c45 unsigned long a_val; member
60 a[0].a_val = 0; in qemu_init_auxval()
94 return a->a_val; in qemu_getauxval()
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/pixman/
H A D0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch67 - uint32_t hwcap = aux.a_un.a_val;
79 + hwcap = aux.a_un.a_val;
83 - const char *plat = (const char*) aux.a_un.a_val;
86 + plat = (const char*) aux.a_un.a_val;
/openbmc/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()
/openbmc/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()
/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c43 return auxv->a_un.a_val; in get_syscall()
/openbmc/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()
/openbmc/linux/Documentation/arch/sparc/
H A Dadi.rst197 adi_blksz = auxv->a_un.a_val;
200 adi_nbits = auxv->a_un.a_val;
/openbmc/linux/tools/testing/selftests/powerpc/
H A Dutils.c412 return (void *)p->a_un.a_val; in get_auxv_entry()