Searched refs:uint32_t (Results 226 - 250 of 3101) sorted by path

1234567891011>>

/linux-master/arch/arm64/kernel/pi/
H A Drelacheck.c34 static uint32_t swab_elfword(uint32_t val)
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c373 uint32_t type = (uint32_t)elf64toh(rela->r_info);
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-mmio-v3.c854 static int vgic_v3_alloc_redist_region(struct kvm *kvm, uint32_t index,
855 gpa_t base, uint32_t count)
/linux-master/arch/csky/abiv1/
H A Dalignment.c13 static inline uint32_t get_ptreg(struct pt_regs *regs, uint32_t rx)
15 return rx == 15 ? regs->lr : *((uint32_t *)&(regs->a0) - 2 + rx);
18 static inline void put_ptreg(struct pt_regs *regs, uint32_t rx, uint32_t val)
23 *((uint32_t *)&(regs->a0) - 2 + rx) = val;
32 static int ldb_asm(uint32_t addr, uint32_t *valp)
34 uint32_t val;
65 static int stb_asm(uint32_t add
[all...]
/linux-master/arch/csky/kernel/
H A Dmodule.c28 static void jsri_2_lrw_jsr(uint32_t *location)
43 static inline void jsri_2_lrw_jsr(uint32_t *location)
55 uint32_t *location;
73 - (uint32_t)location;
H A Dperf_event.c43 uint32_t count_width;
44 uint32_t hpcr;
92 uint32_t lo, hi, tmp;
109 cpwgr("<0, 0x2>", (uint32_t) val);
110 cpwgr("<0, 0x3>", (uint32_t) (val >> 32));
116 uint32_t lo, hi, tmp;
133 cpwgr("<0, 0x4>", (uint32_t) val);
134 cpwgr("<0, 0x5>", (uint32_t) (val >> 32));
140 uint32_t lo, hi, tmp;
157 cpwgr("<0, 0x6>", (uint32_t) va
[all...]
/linux-master/arch/hexagon/kernel/
H A Dmodule.c73 uint32_t *location;
74 uint32_t value;
102 int dist = (int)(value - (uint32_t)location);
109 dist, value, (uint32_t)location,
133 *location = value - (uint32_t)location;
/linux-master/arch/loongarch/include/asm/
H A Dprocessor.h84 uint32_t fcsr;
85 uint32_t ftop;
/linux-master/arch/loongarch/include/uapi/asm/
H A Dptrace.h46 uint32_t fcsr;
61 uint32_t eflags;
62 uint32_t ftop;
70 uint32_t ctrl;
71 uint32_t pad;
/linux-master/arch/loongarch/kernel/
H A Drelocate.c54 uint32_t lu12iw, ori, lu32id, lu52id;
H A Dsignal.c110 uint32_t __user *fcsr = &ctx->fcsr;
130 uint32_t __user *fcsr = &ctx->fcsr;
148 uint32_t __user *fcsr = &ctx->fcsr;
169 uint32_t __user *fcsr = &ctx->fcsr;
189 uint32_t __user *fcsr = &ctx->fcsr;
214 uint32_t __user *fcsr = &ctx->fcsr;
237 uint32_t __user *eflags = (uint32_t *)&ctx->eflags;
252 uint32_t __user *eflags = (uint32_t *)
[all...]
H A Dsmp.c189 uint32_t val;
/linux-master/arch/microblaze/lib/
H A Dmemcpy.c46 const uint32_t *i_src;
47 uint32_t *i_dst;
H A Dmemmove.c38 const uint32_t *i_src;
39 uint32_t *i_dst;
H A Dmemset.c37 uint32_t *i_src;
38 uint32_t w32 = 0;
/linux-master/arch/mips/boot/
H A Delf2ecoff.c60 uint32_t vaddr;
61 uint32_t len;
164 (((uint32_t)(x) & (uint32_t)0x000000ffUL) << 24) | \
165 (((uint32_t)(x) & (uint32_t)0x0000ff00UL) << 8) | \
166 (((uint32_t)(x) & (uint32_t)0x00ff0000UL) >> 8) | \
167 (((uint32_t)(x) & (uint32_t)
[all...]
/linux-master/arch/mips/boot/tools/
H A Drelocs.c17 uint32_t *offset;
169 static uint32_t elf32_to_cpu(uint32_t val)
177 static uint32_t cpu_to_elf32(uint32_t val)
442 static void add_reloc(struct relocs *r, uint32_t offset, unsigned type)
551 static int write_reloc_as_bin(uint32_t v, FILE *f)
557 memcpy(buf, &v, sizeof(uint32_t));
561 static int write_reloc_as_text(uint32_t v, FILE *f)
569 return sizeof(uint32_t);
[all...]
/linux-master/arch/mips/cavium-octeon/executive/
H A Dcvmx-bootmem.c219 uint32_t flags)
430 int __cvmx_bootmem_phy_free(uint64_t phy_addr, uint64_t size, uint32_t flags)
567 cvmx_bootmem_phy_named_block_find(char *name, uint32_t flags)
629 (uint32_t)CVMX_BOOTMEM_FLAG_NO_LOCKING);
639 (uint32_t)CVMX_BOOTMEM_FLAG_NO_LOCKING);
669 static int cvmx_bootmem_phy_named_block_free(char *name, uint32_t flags)
722 uint32_t flags)
H A Dcvmx-helper-jtag.c49 uint32_t clock_div = 0;
50 uint32_t divisor = cvmx_sysinfo_get()->cpu_clock_hz / (25 * 1000000);
87 uint32_t cvmx_helper_qlm_jtag_shift(int qlm, int bits, uint32_t data)
H A Dcvmx-l2c.c49 int cvmx_l2c_get_core_way_partition(uint32_t core)
51 uint32_t field;
84 int cvmx_l2c_set_core_way_partition(uint32_t core, uint32_t mask)
86 uint32_t field;
87 uint32_t valid_mask;
142 int cvmx_l2c_set_hw_way_partition(uint32_t mask)
144 uint32_t valid_mask;
169 void cvmx_l2c_config_perf(uint32_t counter, enum cvmx_l2c_event event,
170 uint32_t clear_on_rea
[all...]
/linux-master/arch/mips/cavium-octeon/
H A Dsetup.c116 static void kexec_bootmem_init(uint64_t mem_size, uint32_t low_reserved_bytes)
807 uint32_t __maybe_unused ebase = read_c0_ebase() & 0x3ffff000;
H A Dsmp.c308 uint32_t mask, new_mask;
331 uint32_t *p = (uint32_t *)PHYS_TO_XKSEG_CACHED(block_desc->base_addr +
367 uint32_t avail_coremask;
382 avail_coremask = *(uint32_t *)PHYS_TO_XKSEG_CACHED(
393 (uint32_t) (unsigned long) start_after_reset;
/linux-master/arch/mips/include/asm/
H A Delf.h198 uint32_t isa_ext; /* Mask of processor-specific extensions */
199 uint32_t ases; /* Mask of ASEs used */
200 uint32_t flags1; /* Mask of general flags */
201 uint32_t flags2;
H A Dkvm_host.h152 uint32_t status;
153 uint32_t en;
154 uint32_t set;
155 uint32_t clear;
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-bootinfo.h59 uint32_t major_version;
60 uint32_t minor_version;
67 uint32_t exception_base_addr;
68 uint32_t stack_size;
69 uint32_t flags;
70 uint32_t core_mask;
72 uint32_t dram_size;
74 uint32_t phy_mem_desc_addr;
76 uint32_t debugger_flags_base_addr;
79 uint32_t eclock_h
[all...]

Completed in 364 milliseconds

1234567891011>>