Home
last modified time | relevance | path

Searched refs:s32 (Results 1 – 19 of 19) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/arm/arm32/
A Dlivepatch.c34 s32 delta; in arch_livepatch_apply()
43 delta = (s32)func->new_addr - (s32)(func->old_addr + 8); in arch_livepatch_apply()
46 ASSERT(delta >= -(s32)ARCH_LIVEPATCH_RANGE || in arch_livepatch_apply()
47 delta < (s32)ARCH_LIVEPATCH_RANGE); in arch_livepatch_apply()
115 static s32 get_addend(unsigned char type, void *dest) in get_addend()
117 s32 addend = 0; in get_addend()
151 static int perform_rel(unsigned char type, void *dest, uint32_t val, s32 addend) in perform_rel()
205 if ( (s32)val < -(s32)ARCH_LIVEPATCH_RANGE || in perform_rel()
206 (s32)val >= (s32)ARCH_LIVEPATCH_RANGE ) in perform_rel()
236 s32 addend; in arch_livepatch_perform()
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm64/
A Dinsn.h78 s32 aarch64_get_branch_offset(u32 insn);
79 u32 aarch64_set_branch_offset(u32 insn, s32 offset);
92 static inline s32 insn_get_branch_offset(u32 insn) in insn_get_branch_offset()
97 static inline u32 insn_set_branch_offset(u32 insn, s32 offset) in insn_set_branch_offset()
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/
A Dinsn.c225 s32 aarch64_get_branch_offset(u32 insn) in aarch64_get_branch_offset()
227 s32 imm; in aarch64_get_branch_offset()
253 u32 aarch64_set_branch_offset(u32 insn, s32 offset) in aarch64_set_branch_offset()
A Dlivepatch.c132 *(s32 *)place = sval; in reloc_data()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dalternative.h15 s32 orig_offset; /* offset to original instruction */
16 s32 alt_offset; /* offset to replacement instruction */
A Dtypes.h32 typedef signed int s32; typedef
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dalternative.h19 s32 instr_offset; /* original instruction */
20 s32 repl_offset; /* offset to replacement instruction */
A Dtypes.h26 typedef signed int s32; typedef
A Duaccess.h268 s32 addr, cont;
/xen-4.10.0-shim-comet/xen/common/compat/
A Dschedule.c42 int compat_set_timer_op(u32 lo, s32 hi) in compat_set_timer_op()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dhypercall.h186 s32 hi);
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dalternative.c180 *(s32 *)(insnbuf + 1) += replacement - instr; in apply_alternatives()
A Dtime.c1294 ((s32)stime_elapsed64 < 0) ) in local_time_calibration()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dalternative.c77 s32 offset = insn_get_branch_offset(insn); in get_alt_insn()
/xen-4.10.0-shim-comet/xen/arch/x86/efi/
A Defi-boot.h101 extern const s32 __trampoline_rel_start[], __trampoline_rel_stop[];
102 extern const s32 __trampoline_seg_start[], __trampoline_seg_stop[];
106 const s32 *trampoline_ptr; in relocate_trampoline()
/xen-4.10.0-shim-comet/xen/common/
A Dtrace.c469 s32 x; in calc_unconsumed_bytes()
488 s32 x; in calc_bytes_to_wrap()
/xen-4.10.0-shim-comet/xen/include/acpi/
A Dactypes.h190 typedef s32 acpi_native_int;
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dmkelf32.c26 #define s32 int32_t macro
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/
A Dtest_x86_emulator.c108 SIMD(SSE2 packed s32, sse2, 16i4),
120 SIMD(SSE4 packed s32, sse4, 16i4),
128 SIMD(SSE2/AVX packed s32, sse2_avx, 16i4),
136 SIMD(SSE4/AVX packed s32, sse4_avx, 16i4),

Completed in 48 milliseconds