Searched refs:__le32 (Results 151 - 175 of 1803) sorted by path

1234567891011>>

/linux-master/arch/arm64/kernel/
H A Dalternative.c59 static __always_inline u32 get_alt_insn(struct alt_instr *alt, __le32 *insnptr, __le32 *altinsnptr)
105 __le32 *origptr, __le32 *updptr, int nr_inst)
107 __le32 *replptr;
147 __le32 *origptr, *updptr;
294 noinstr void alt_cb_patch_nops(struct alt_instr *alt, __le32 *origptr,
295 __le32 *updptr, int nr_inst)
H A Dcompat_alignment.c284 static int alignment_get_arm(struct pt_regs *regs, __le32 __user *ip, u32 *inst)
286 __le32 instr = 0;
339 if (alignment_get_arm(regs, (__le32 __user *)instrptr, &instr))
H A Ddebug-monitors.c367 __le32 instr;
368 get_user(instr, (__le32 __user *)pc);
H A Dftrace.c130 u32 insn = le32_to_cpu(*(__le32 *)addr);
H A Dmodule-plts.c119 le32_to_cpup((__le32 *)loc));
H A Dmodule.c34 static u64 do_reloc(enum aarch64_reloc_op reloc_op, __le32 *place, u64 val)
115 static int reloc_insn_movw(enum aarch64_reloc_op op, __le32 *place, u64 val,
156 static int reloc_insn_imm(enum aarch64_reloc_op op, __le32 *place, u64 val,
192 __le32 *place, u64 val)
H A Dmte.c218 void __init kasan_hw_tags_enable(struct alt_instr *alt, __le32 *origptr,
219 __le32 *updptr, int nr_inst);
221 void __init kasan_hw_tags_enable(struct alt_instr *alt, __le32 *origptr,
222 __le32 *updptr, int nr_inst)
H A Dpatching.c60 __le32 val;
69 static int __kprobes __aarch64_insn_write(void *addr, __le32 insn)
H A Dproton-pack.c581 __le32 *origptr,
582 __le32 *updptr, int nr_inst)
601 __le32 *origptr,
602 __le32 *updptr, int nr_inst)
1077 __le32 *origptr,
1078 __le32 *updptr, int nr_inst)
1088 __le32 *origptr,
1089 __le32 *updptr, int nr_inst)
1099 __le32 *origptr, __le32 *updpt
[all...]
H A Dtraps.c398 __le32 instr_le;
399 if (get_user(instr_le, (__le32 __user *)pc))
H A Dvdso.c297 __le32 poison = cpu_to_le32(COMPAT_SIGPAGE_POISON_WORD);
/linux-master/arch/arm64/kvm/
H A Dtrng.c53 const __le32 *u = (__le32 *)arm_smc_trng_uuid.b;
H A Dva_layout.c155 __le32 *origptr, __le32 *updptr, int nr_inst)
189 __le32 *origptr, __le32 *updptr, int nr_inst)
244 static void generate_mov_q(u64 val, __le32 *origptr, __le32 *updptr, int nr_inst)
288 __le32 *origptr, __le32 *updptr, int nr_inst)
294 __le32 *origptr, __le32 *updpt
[all...]
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c81 __le32 *image;
82 __le32 *ro_image;
207 __le32 *ptr;
1795 ctx.image = (__le32 *)image_ptr;
1796 ctx.ro_image = (__le32 *)ro_image_ptr;
1910 __le32 *branch;
1975 __le32 **branches)
2046 __le32 **branches = NULL;
2154 branches = kcalloc(fmod_ret->nr_links, sizeof(__le32 *),
/linux-master/arch/m68k/include/asm/
H A Draw_io.h28 ({ u32 __v = le32_to_cpu(*(__force const volatile __le32 *) (unsigned long)(addr)); __v; })
34 #define out_le32(addr,l) (void)((*(__force volatile __le32 *) (unsigned long)(addr)) = cpu_to_le32(l))
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dmangle-port.h56 le32_to_cpu((__force __le32)(x)) : \
/linux-master/arch/mips/include/asm/mach-generic/
H A Dmangle-port.h34 # define ioswabl(a, x) le32_to_cpu((__force __le32)(x))
/linux-master/arch/mips/include/asm/mach-tx49xx/
H A Dmangle-port.h14 #define ioswabl(a, x) le32_to_cpu((__force __le32)(x))
/linux-master/arch/powerpc/crypto/
H A Dcrc-vpmsum_test.c26 __le32 verify32le = 0;
30 __le32 crc32;
H A Dcrc32c-vpmsum_glue.c78 *mctx = le32_to_cpup((__le32 *)key);
105 *(__le32 *)out = ~cpu_to_le32(crc32c_vpmsum(*crcp, data, len));
120 *(__le32 *)out = ~cpu_to_le32p(crcp);
H A Dmd5-glue.c83 __le32 *dst = (__le32 *)out;
/linux-master/arch/powerpc/platforms/cell/
H A Daxon_msi.c69 __le32 *fifo_virt;
108 idx = msic->read_offset / sizeof(__le32);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c52 static __le32 __opal_lpc_inl(unsigned long port)
60 return (__le32)opal_lpc_inb(port ) << 24 |
61 (__le32)opal_lpc_inb(port + 1) << 16 |
62 (__le32)opal_lpc_inb(port + 2) << 8 |
97 static void __opal_lpc_outl(__le32 val, unsigned long port)
134 __le32 *ptr = b;
158 const __le32 *ptr = b;
/linux-master/arch/riscv/include/asm/
H A Dmmio.h90 #define readl_cpu(c) ({ u32 __r = le32_to_cpu((__force __le32)__raw_readl(c)); __r; })
H A Dsbi.h273 __le32 sequence;
274 __le32 flags;

Completed in 541 milliseconds

1234567891011>>