Searched refs:a_type (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/util/ |
H A D | getauxval.c | 44 unsigned long a_type; member 59 a[0].a_type = 0; in qemu_init_auxval() 92 for (; a->a_type != 0; a++) { in qemu_getauxval() 93 if (a->a_type == type) { in qemu_getauxval()
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | elf_aux.c | 33 for ( auxv = (elf_auxv_t *)envp; auxv->a_type != AT_NULL; auxv++) { in scan_elf_aux() 34 switch ( auxv->a_type ) { in scan_elf_aux()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 106 #define WRAP_SF_TO_SF_IEEE(name, func, a_type, b_type) \ 107 static b_type##_t name(a_type##_t a) \ 109 a_type *ap = (a_type *)&a; \ 123 #define WRAP_SF_TO_SF(name, func, a_type, b_type) \ 124 static b_type##_t name(a_type##_t a) \ 126 a_type *ap = (a_type *)&a; \
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | test_syscall_vdso.c | 41 for (auxv = (void *)envp; auxv->a_type != AT_NULL; auxv++) in get_syscall() 42 if (auxv->a_type == AT_SYSINFO) in get_syscall()
|
/openbmc/linux/tools/testing/selftests/vDSO/ |
H A D | parse_vdso.c | 250 for (int i = 0; elf_auxv[i].a_type != AT_NULL; i++) in vdso_init_from_auxv() 252 if (elf_auxv[i].a_type == AT_SYSINFO_EHDR) { in vdso_init_from_auxv()
|
/openbmc/linux/tools/testing/selftests/powerpc/ |
H A D | utils.c | 393 while (p->a_type != AT_NULL) { in find_auxv_entry() 394 if (p->a_type == type) in find_auxv_entry()
|
/openbmc/linux/Documentation/arch/sparc/ |
H A D | adi.rst | 194 for (auxv = (Elf64_auxv_t *)envp; auxv->a_type != AT_NULL; auxv++) { 195 switch (auxv->a_type) {
|
/openbmc/linux/lib/ |
H A D | maple_tree.c | 1084 enum maple_type a_type; in mas_ascend() local 1099 a_type = mas_parent_type(mas, mas->node); in mas_ascend() 1101 a_enode = mt_mk_node(p_node, a_type); in mas_ascend() 1125 a_type = mas_parent_type(mas, p_enode); in mas_ascend() 1128 a_enode = mt_mk_node(a_node, a_type); in mas_ascend() 1129 pivots = ma_pivots(a_node, a_type); in mas_ascend() 1139 if (!set_max && a_slot < mt_pivots[a_type]) { in mas_ascend()
|