Searched refs:s32 (Results 1 – 19 of 19) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/ |
A D | livepatch.c | 34 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 D | insn.h | 78 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 D | insn.c | 225 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 D | livepatch.c | 132 *(s32 *)place = sval; in reloc_data()
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | alternative.h | 15 s32 orig_offset; /* offset to original instruction */ 16 s32 alt_offset; /* offset to replacement instruction */
|
A D | types.h | 32 typedef signed int s32; typedef
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | alternative.h | 19 s32 instr_offset; /* original instruction */ 20 s32 repl_offset; /* offset to replacement instruction */
|
A D | types.h | 26 typedef signed int s32; typedef
|
A D | uaccess.h | 268 s32 addr, cont;
|
/xen-4.10.0-shim-comet/xen/common/compat/ |
A D | schedule.c | 42 int compat_set_timer_op(u32 lo, s32 hi) in compat_set_timer_op()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | hypercall.h | 186 s32 hi);
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | alternative.c | 180 *(s32 *)(insnbuf + 1) += replacement - instr; in apply_alternatives()
|
A D | time.c | 1294 ((s32)stime_elapsed64 < 0) ) in local_time_calibration()
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | alternative.c | 77 s32 offset = insn_get_branch_offset(insn); in get_alt_insn()
|
/xen-4.10.0-shim-comet/xen/arch/x86/efi/ |
A D | efi-boot.h | 101 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 D | trace.c | 469 s32 x; in calc_unconsumed_bytes() 488 s32 x; in calc_bytes_to_wrap()
|
/xen-4.10.0-shim-comet/xen/include/acpi/ |
A D | actypes.h | 190 typedef s32 acpi_native_int;
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | mkelf32.c | 26 #define s32 int32_t macro
|
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/ |
A D | test_x86_emulator.c | 108 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