Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/arm/
A Dalternative.c57 replptr = (unsigned long)ALT_REPL_PTR(alt); in branch_insn_requires_update()
58 if ( pc >= replptr && pc <= (replptr + alt->alt_len) ) in branch_insn_requires_update()
68 static u32 get_alt_insn(const struct alt_instr *alt, in get_alt_insn() argument
87 if ( branch_insn_requires_update(alt, target) ) in get_alt_insn()
103 const struct alt_instr *alt; in __apply_alternatives() local
110 for ( alt = region->begin; alt < region->end; alt++ ) in __apply_alternatives()
115 if ( !cpus_have_cap(alt->cpufeature) ) in __apply_alternatives()
118 BUG_ON(alt->alt_len != alt->orig_len); in __apply_alternatives()
120 origptr = ALT_ORIG_PTR(alt); in __apply_alternatives()
121 replptr = ALT_REPL_PTR(alt); in __apply_alternatives()
[all …]
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/
A Dsimd.c491 touch(alt); in simd_test()
494 touch(alt); in simd_test()
545 touch(alt); in simd_test()
547 touch(alt); in simd_test()
551 if ( !to_bool(x == (src & alt) + alt) ) return __LINE__; in simd_test()
572 z *= alt; in simd_test()
588 z *= alt; in simd_test()
618 z *= alt; in simd_test()
690 z = ((x - y) ^ ~alt) - ~alt; in simd_test()
707 y = interleave_lo(alt < 0, alt < 0); in simd_test()
[all …]
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dalternative.h7 .macro altinstruction_entry orig alt feature orig_len alt_len
9 .long \alt - .
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/stubdom/grub.patches/
A D99minios921 if (alt)
/xen-4.10.0-shim-comet/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 24 milliseconds