Searched refs:alt (Results 1 – 7 of 7) sorted by relevance
57 replptr = (unsigned long)ALT_REPL_PTR(alt); in branch_insn_requires_update()104 replptr = ALT_REPL_PTR(alt); in patch_alternative()124 const struct alt_instr *alt; in __apply_alternatives() local132 for ( alt = region->begin; alt < region->end; alt++ ) in __apply_alternatives()137 if ( alt->cpufeature < ARM_CB_PATCH && in __apply_alternatives()138 !cpus_have_cap(alt->cpufeature) ) in __apply_alternatives()142 BUG_ON(alt->alt_len != 0); in __apply_alternatives()144 BUG_ON(alt->alt_len != alt->orig_len); in __apply_alternatives()146 origptr = ALT_ORIG_PTR(alt); in __apply_alternatives()151 if ( alt->cpufeature < ARM_CB_PATCH ) in __apply_alternatives()[all …]
282 void __init arm_enable_wa2_handling(const struct alt_instr *alt, in arm_enable_wa2_handling() argument
1283 touch(alt); in simd_test()1286 touch(alt); in simd_test()1388 touch(alt); in simd_test()1390 touch(alt); in simd_test()1394 if ( !eq(x, (src & alt) + alt) ) return __LINE__; in simd_test()1415 z *= alt; in simd_test()1431 z *= alt; in simd_test()1461 z *= alt; in simd_test()1602 z = ((x - y) ^ ~alt) - ~alt; in simd_test()1623 y = interleave_lo(alt < 0, alt < 0); in simd_test()[all …]
27 typedef void (*alternative_cb_t)(const struct alt_instr *alt,
611 static int shift, control, alt, caps_lock; in console_getkey() local636 alt = ev.key.pressed; in console_getkey()
921 if (alt)
1054 Bit16u alt;5298 asciicode = scan_to_scanascii[scancode].alt;5299 scancode = scan_to_scanascii[scancode].alt >> 8;
Completed in 27 milliseconds