Home
last modified time | relevance | path

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

/linux-6.15/arch/um/os-Linux/
H A Delf_aux.c34 for ( auxv = (elf_auxv_t *)envp; auxv->a_type != AT_NULL; auxv++) { in scan_elf_aux()
35 switch ( auxv->a_type ) { in scan_elf_aux()
/linux-6.15/tools/testing/selftests/x86/
H A 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-6.15/tools/testing/selftests/powerpc/
H A Dutils.c393 while (p->a_type != AT_NULL) { in find_auxv_entry()
394 if (p->a_type == type) in find_auxv_entry()
/linux-6.15/Documentation/arch/sparc/
H A Dadi.rst194 for (auxv = (Elf64_auxv_t *)envp; auxv->a_type != AT_NULL; auxv++) {
195 switch (auxv->a_type) {
/linux-6.15/lib/
H A Dmaple_tree.c1068 enum maple_type a_type; in mas_ascend() local
1083 a_type = mas_parent_type(mas, mas->node); in mas_ascend()
1085 a_enode = mt_mk_node(p_node, a_type); in mas_ascend()
1111 a_type = mas_parent_type(mas, p_enode); in mas_ascend()
1114 a_enode = mt_mk_node(a_node, a_type); in mas_ascend()
1115 pivots = ma_pivots(a_node, a_type); in mas_ascend()
1125 if (!set_max && a_slot < mt_pivots[a_type]) { in mas_ascend()