Searched refs:s32 (Results 1 – 17 of 17) sorted by relevance
/xen/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/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/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/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/xen/include/asm-x86/ |
A D | types.h | 26 typedef signed int s32; typedef
|
A D | uaccess.h | 268 s32 addr, cont;
|
/xen/xen/common/sched/ |
A D | compat.c | 42 int compat_set_timer_op(u32 lo, s32 hi) in compat_set_timer_op()
|
/xen/xen/include/xen/ |
A D | hypercall.h | 198 s32 hi);
|
/xen/xen/arch/arm/ |
A D | alternative.c | 77 s32 offset = insn_get_branch_offset(insn); in get_alt_insn()
|
/xen/xen/arch/x86/efi/ |
A D | efi-boot.h | 102 extern const s32 __trampoline_rel_start[], __trampoline_rel_stop[]; 103 extern const s32 __trampoline_seg_start[], __trampoline_seg_stop[]; 107 const s32 *trampoline_ptr; in relocate_trampoline()
|
/xen/xen/common/ |
A D | trace.c | 467 s32 x; in calc_unconsumed_bytes() 486 s32 x; in calc_bytes_to_wrap()
|
/xen/xen/include/acpi/ |
A D | actypes.h | 190 typedef s32 acpi_native_int;
|
/xen/xen/arch/x86/boot/ |
A D | mkelf32.c | 26 #define s32 int32_t macro
|
/xen/xen/arch/x86/ |
A D | time.c | 1505 ((s32)stime_elapsed64 < 0) ) in local_time_calibration()
|
/xen/tools/tests/x86_emulator/ |
A D | test_x86_emulator.c | 321 SIMD(SSE2 packed s32, sse2, 16i4), 333 SIMD(SSE4 packed s32, sse4, 16i4),
|
Completed in 26 milliseconds