Home
last modified time | relevance | path

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

/xen/xen/arch/arm/
A Dalternative.c57 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() local
132 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 …]
A Dcpuerrata.c282 void __init arm_enable_wa2_handling(const struct alt_instr *alt, in arm_enable_wa2_handling() argument
/xen/tools/tests/x86_emulator/
A Dsimd.c1283 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 …]
/xen/xen/include/asm-arm/
A Dalternative.h27 typedef void (*alternative_cb_t)(const struct alt_instr *alt,
/xen/stubdom/grub/
A Dmini-os.c611 static int shift, control, alt, caps_lock; in console_getkey() local
636 alt = ev.key.pressed; in console_getkey()
/xen/stubdom/grub.patches/
A D99minios921 if (alt)
/xen/tools/firmware/rombios/
A Drombios.c1054 Bit16u alt;
5298 asciicode = scan_to_scanascii[scancode].alt;
5299 scancode = scan_to_scanascii[scancode].alt >> 8;

Completed in 27 milliseconds