Home
last modified time | relevance | path

Searched refs:a_type (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/arch/um/os-Linux/
Delf_aux.c33 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()
/Linux-v6.6/tools/testing/selftests/x86/
Dtest_syscall_vdso.c41 for (auxv = (void *)envp; auxv->a_type != AT_NULL; auxv++) in get_syscall()
42 if (auxv->a_type == AT_SYSINFO) in get_syscall()
/Linux-v6.6/tools/testing/selftests/vDSO/
Dparse_vdso.c238 for (int i = 0; elf_auxv[i].a_type != AT_NULL; i++) in vdso_init_from_auxv()
240 if (elf_auxv[i].a_type == AT_SYSINFO_EHDR) { in vdso_init_from_auxv()
/Linux-v6.6/tools/testing/selftests/powerpc/
Dutils.c393 while (p->a_type != AT_NULL) { in find_auxv_entry()
394 if (p->a_type == type) in find_auxv_entry()
/Linux-v6.6/Documentation/arch/sparc/
Dadi.rst194 for (auxv = (Elf64_auxv_t *)envp; auxv->a_type != AT_NULL; auxv++) {
195 switch (auxv->a_type) {
/Linux-v6.6/lib/
Dmaple_tree.c1084 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()