Home
last modified time | relevance | path

Searched refs:alt (Results 1 – 7 of 7) sorted by relevance

/arch/arm/kernel/
Dptrace.c216 u32 alt = 0; in get_branch_address() local
230 alt = get_user_reg(child, insn & 15); in get_branch_address()
243 case OP_AND: alt = aluop1 & aluop2; break; in get_branch_address()
244 case OP_EOR: alt = aluop1 ^ aluop2; break; in get_branch_address()
245 case OP_SUB: alt = aluop1 - aluop2; break; in get_branch_address()
246 case OP_RSB: alt = aluop2 - aluop1; break; in get_branch_address()
247 case OP_ADD: alt = aluop1 + aluop2; break; in get_branch_address()
248 case OP_ADC: alt = aluop1 + aluop2 + ccbit; break; in get_branch_address()
249 case OP_SBC: alt = aluop1 - aluop2 + ccbit; break; in get_branch_address()
250 case OP_RSC: alt = aluop2 - aluop1 + ccbit; break; in get_branch_address()
[all …]
/arch/x86/kernel/
Dmodule_32.c112 const Elf_Shdr *s, *text = NULL, *alt = NULL, *locks = NULL, in module_finalize() local
120 alt = s; in module_finalize()
127 if (alt) { in module_finalize()
129 void *aseg = (void *)alt->sh_addr; in module_finalize()
130 apply_alternatives(aseg, aseg + alt->sh_size); in module_finalize()
Dmodule_64.c154 const Elf_Shdr *s, *text = NULL, *alt = NULL, *locks = NULL, in module_finalize() local
162 alt = s; in module_finalize()
169 if (alt) { in module_finalize()
171 void *aseg = (void *)alt->sh_addr; in module_finalize()
172 apply_alternatives(aseg, aseg + alt->sh_size); in module_finalize()
/arch/m68k/hp300/
Dhp300map.map69 alt keycode 55 = Meta_Tab
79 alt keycode 63 = Meta_grave
127 alt keycode 101 = Meta_backslash
134 alt keycode 107 = Meta_semicolon
137 alt keycode 108 = Meta_apostrophe
/arch/sparc/kernel/
Ddtlb_prot.S20 rdpr %pstate, %g5 ! Move into alt-globals
/arch/x86/lib/
Dcopy_user_64.S19 .macro ALTERNATIVE_JUMP feature,orig,alt argument
26 .long \alt-1b /* offset */ /* or alternatively to alt */
/arch/powerpc/boot/dts/
Dsbc8548.dts122 alt-flash@6,0 {