Home
last modified time | relevance | path

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

123456

/arch/ia64/kernel/
Dpatch.c103 s32 *offp = (s32 *) start; in ia64_patch_vtop()
106 while (offp < (s32 *) end) { in ia64_patch_vtop()
126 s32 *offp = (s32 *) start; in ia64_patch_rse()
129 while (offp < (s32 *) end) { in ia64_patch_rse()
146 s32 *offp = (s32 *) start; in ia64_patch_mckinley_e9()
159 while (offp < (s32 *) end) { in ia64_patch_mckinley_e9()
176 s32 *offp = (s32 *) start; in patch_fsyscall_table()
179 while (offp < (s32 *) end) { in patch_fsyscall_table()
193 s32 *offp = (s32 *) start; in patch_brl_fsys_bubble_down()
196 while (offp < (s32 *) end) { in patch_brl_fsys_bubble_down()
[all …]
/arch/mips/include/asm/
Dcompat.h17 typedef s32 __compat_uid_t;
18 typedef s32 __compat_gid_t;
24 typedef s32 compat_ipc_pid_t;
25 typedef s32 compat_caddr_t;
27 s32 val[2];
34 s32 st_pad1[3];
41 s32 st_pad2[2];
43 s32 st_pad3;
45 s32 st_atime_nsec;
47 s32 st_mtime_nsec;
[all …]
/arch/parisc/include/asm/
Dcompat.h43 s32 st_blksize;
44 s32 st_blocks;
76 s32 f_type;
77 s32 f_bsize;
78 s32 f_blocks;
79 s32 f_bfree;
80 s32 f_bavail;
81 s32 f_files;
82 s32 f_ffree;
84 s32 f_namelen;
[all …]
Dalternative.h24 s32 orig_offset; /* offset to original instructions */
25 s32 len; /* end of original instructions */
/arch/s390/kernel/
Dnospec-branch.c99 static void __init_or_module __nospec_revert(s32 *start, s32 *end) in __nospec_revert()
104 s32 *epo; in __nospec_revert()
162 void __init_or_module nospec_revert(s32 *start, s32 *end) in nospec_revert()
168 extern s32 __nospec_call_start[], __nospec_call_end[];
169 extern s32 __nospec_return_start[], __nospec_return_end[];
/arch/mips/dec/prom/
Dinit.c45 void __init which_prom(s32 magic, s32 *prom_vec) in which_prom()
94 s32 argc = fw_arg0; in prom_init()
95 s32 *argv = (void *)fw_arg1; in prom_init()
97 s32 *prom_vec = (void *)fw_arg3; in prom_init()
Dcmdline.c18 void __init prom_init_cmdline(s32 argc, s32 *argv, u32 magic) in prom_init_cmdline()
/arch/powerpc/include/asm/nohash/32/
Dmmu-8xx.h307 extern s32 patch__itlbmiss_linmem_top, patch__itlbmiss_linmem_top8;
308 extern s32 patch__dtlbmiss_linmem_top, patch__dtlbmiss_immr_jmp;
309 extern s32 patch__fixupdar_linmem_top;
310 extern s32 patch__dtlbmiss_romem_top, patch__dtlbmiss_romem_top8;
312 extern s32 patch__itlbmiss_exit_1, patch__itlbmiss_exit_2;
313 extern s32 patch__dtlbmiss_exit_1, patch__dtlbmiss_exit_2, patch__dtlbmiss_exit_3;
314 extern s32 patch__itlbmiss_perf, patch__dtlbmiss_perf;
/arch/powerpc/include/asm/book3s/32/
Dmmu-hash.h99 extern s32 patch__hash_page_A0, patch__hash_page_A1, patch__hash_page_A2;
100 extern s32 patch__hash_page_B, patch__hash_page_C;
101 extern s32 patch__flush_hash_A0, patch__flush_hash_A1, patch__flush_hash_A2;
102 extern s32 patch__flush_hash_B;
/arch/arm/vfp/
Dvfpsingle.c199 s32 d = vfp_single_pack(vs); in __vfp_single_normaliseround()
259 static u32 vfp_single_fabs(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fabs()
265 static u32 vfp_single_fcpy(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fcpy()
271 static u32 vfp_single_fneg(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fneg()
307 return (s32)a >> 1; in vfp_estimate_sqrt_significand()
316 static u32 vfp_single_fsqrt(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fsqrt()
403 static u32 vfp_compare(int sd, int signal_on_qnan, s32 m, u32 fpscr) in vfp_compare()
405 s32 d; in vfp_compare()
462 static u32 vfp_single_fcmp(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fcmp()
467 static u32 vfp_single_fcmpe(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fcmpe()
[all …]
/arch/x86/platform/olpc/
Dolpc_dt.c27 if ((s32)node == -1) in olpc_dt_getsibling()
30 if (olpc_ofw("peer", args, res) || (s32)node == -1) in olpc_dt_getsibling()
41 if ((s32)node == -1) in olpc_dt_getchild()
44 if (olpc_ofw("child", args, res) || (s32)node == -1) { in olpc_dt_getchild()
58 if ((s32)node == -1) in olpc_dt_getproplen()
98 if ((s32)node == -1) in olpc_dt_nextprop()
113 if ((s32)node == -1) in olpc_dt_pkg2path()
177 if ((s32) node == -1) in olpc_dt_finddevice()
/arch/sparc/prom/
Dtree_64.c47 if ((s32)node == -1) in prom_getchild()
50 if ((s32)cnode == -1) in prom_getchild()
60 if ((s32)node == -1) in prom_getparent()
63 if ((s32)cnode == -1) in prom_getparent()
80 if ((s32)node == -1) in prom_getsibling()
83 if ((s32)sibnode == -1) in prom_getsibling()
244 if ((s32)node == -1) in prom_firstprop()
270 if ((s32)node == -1) { in prom_nextprop()
373 if ((s32)node == -1) in prom_inst2pkg()
Dtree_32.c44 if ((s32)node == -1) in prom_getchild()
48 if (cnode == 0 || (s32)cnode == -1) in prom_getchild()
76 if ((s32)node == -1) in prom_getsibling()
80 if (sibnode == 0 || (s32)sibnode == -1) in prom_getsibling()
223 if (node == 0 || (s32)node == -1) in prom_nextprop()
257 while (node2 && (s32)node2 != -1) { in prom_finddevice()
265 if (!node2 || (s32)node2 == -1) in prom_finddevice()
307 if ((s32)node == -1) in prom_inst2pkg()
Dinit_64.c39 if (!prom_chosen_node || (s32)prom_chosen_node == -1) in prom_init()
45 if (!node || (s32)node == -1) in prom_init()
/arch/sparc/kernel/
Djump_label.c19 s32 off = (s32)entry->target - (s32)entry->code; in arch_jump_label_transform()
Dftrace.c18 s32 off; in ftrace_call_replace()
20 off = ((s32)addr - (s32)ip); in ftrace_call_replace()
/arch/riscv/kernel/
Dmodule.c109 s32 hi20; in apply_r_riscv_pcrel_hi20_rela()
151 s32 hi20; in apply_r_riscv_hi20_rela()
160 hi20 = ((s32)v + 0x800) & 0xfffff000; in apply_r_riscv_hi20_rela()
169 s32 hi20 = ((s32)v + 0x800) & 0xfffff000; in apply_r_riscv_lo12_i_rela()
170 s32 lo12 = ((s32)v - hi20); in apply_r_riscv_lo12_i_rela()
179 s32 hi20 = ((s32)v + 0x800) & 0xfffff000; in apply_r_riscv_lo12_s_rela()
180 s32 lo12 = ((s32)v - hi20); in apply_r_riscv_lo12_s_rela()
191 s32 hi20; in apply_r_riscv_got_hi20_rela()
366 s32 hi20, lo12; in apply_relocate_add()
/arch/s390/include/asm/
Dnospec-branch.h13 void nospec_revert(s32 *start, s32 *end);
/arch/arm/kernel/
Dmodule.c79 s32 offset; in apply_relocate()
137 (offset <= (s32)0xfe000000 || in apply_relocate()
138 offset >= (s32)0x02000000)) in apply_relocate()
143 if (offset <= (s32)0xfe000000 || in apply_relocate()
144 offset >= (s32)0x02000000) { in apply_relocate()
169 offset = (*(s32 *)loc << 1) >> 1; /* sign extend */ in apply_relocate()
250 (offset <= (s32)0xff000000 || in apply_relocate()
251 offset >= (s32)0x01000000)) in apply_relocate()
256 if (offset <= (s32)0xff000000 || in apply_relocate()
257 offset >= (s32)0x01000000) { in apply_relocate()
/arch/powerpc/include/asm/
Dcode-patching.h34 static inline unsigned long patch_site_addr(s32 *site) in patch_site_addr()
39 static inline int patch_instruction_site(s32 *site, unsigned int instr) in patch_instruction_site()
44 static inline int patch_branch_site(s32 *site, unsigned long target, int flags) in patch_branch_site()
55 static inline int modify_instruction_site(s32 *site, unsigned int clr, unsigned int set) in modify_instruction_site()
Dasm-prototypes.h153 extern s32 patch__call_flush_count_cache;
154 extern s32 patch__flush_count_cache_return;
155 extern s32 patch__flush_link_stack_return;
156 extern s32 patch__call_kvm_flush_link_stack;
157 extern s32 patch__memset_nocache, patch__memcpy_nocache;
/arch/arm/mach-omap2/
Dprminst44xx.c31 static s32 prm_dev_inst = PRM_INSTANCE_UNKNOWN;
47 s32 omap4_prmst_get_prm_dev_inst(void) in omap4_prmst_get_prm_dev_inst()
52 void omap4_prminst_set_prm_dev_inst(s32 dev_inst) in omap4_prminst_set_prm_dev_inst()
181 s32 inst = omap4_prmst_get_prm_dev_inst(); in omap4_prminst_global_warm_sw_reset()
Dprminst44xx.h13 extern s32 omap4_prmst_get_prm_dev_inst(void);
14 void omap4_prminst_set_prm_dev_inst(s32 dev_inst);
/arch/x86/kernel/
Dalternative.c269 extern s32 __smp_locks[], __smp_locks_end[];
284 s32 n_dspl, o_dspl; in recompute_jump()
290 o_dspl = *(s32 *)(insn_buff + 1); in recompute_jump()
327 *(s32 *)&insn_buff[1] = n_dspl; in recompute_jump()
430 *(s32 *)(insn_buff + 1) += replacement - instr; in apply_alternatives()
432 *(s32 *)(insn_buff + 1), in apply_alternatives()
433 (unsigned long)instr + *(s32 *)(insn_buff + 1) + 5); in apply_alternatives()
453 static void alternatives_smp_lock(const s32 *start, const s32 *end, in alternatives_smp_lock()
456 const s32 *poff; in alternatives_smp_lock()
469 static void alternatives_smp_unlock(const s32 *start, const s32 *end, in alternatives_smp_unlock()
[all …]
/arch/unicore32/kernel/
Dmodule.c42 s32 offset; in apply_relocate()
84 offset <= (s32)0xfe000000 || in apply_relocate()
85 offset >= (s32)0x02000000) { in apply_relocate()

123456