Home
last modified time | relevance | path

Searched defs:u32 (Results 26 – 50 of 120) sorted by relevance

12345

/linux/drivers/gpu/nova-core/falcon/hal/
H A Dga102.rs44 ) -> Result<u32> { in signature_reg_fuse_version_ga102()
112 ) -> Result<u32> { in signature_reg_fuse_version()
/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dmemory.c49 u32 nr, void (*clr)(struct nvkm_device *, u32, u32), in nvkm_memory_tags_get() argument
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_bitfields_probed.c25 uint32_t u32; member
36 int64_t u32; member
H A Dtest_core_reloc_bitfields_direct.c25 uint32_t u32; member
36 int64_t u32; member
H A Dtest_jhash.h5 typedef unsigned int u32; typedef
/linux/kernel/futex/
H A Dsyscalls.c160 SYSCALL_DEFINE6(futex, u32 __user *, uaddr, int, op, u32, val, in SYSCALL_DEFINE6() argument
492 SYSCALL_DEFINE6(futex_time32, u32 __user *, uaddr, int, op, u32, val, in SYSCALL_DEFINE6() argument
/linux/rust/kernel/net/
H A Dphy.rs95 pub fn phy_id(&self) -> u32 { in phy_id()
162 pub fn set_speed(&mut self, speed: u32) { in set_speed()
716 pub const fn new_with_custom_mask(id: u32, mask: u32) -> Self { in new_with_custom_mask()
729 pub const fn id(&self) -> u32 { in id()
734 pub const fn mask_as_int(&self) -> u32 { in mask_as_int()
763 const fn as_int(&self) -> u32 { in as_int()
/linux/drivers/misc/sgi-xp/
H A Dxp_main.c84 enum xp_retval (*send) (short, int, u32, void *, u16), in xpc_set_interface() argument
/linux/kernel/bpf/
H A Dstackmap.c496 BPF_CALL_4(bpf_get_stack, struct pt_regs *, regs, void *, buf, u32, size, in BPF_CALL_4() argument
512 BPF_CALL_4(bpf_get_stack_sleepable, struct pt_regs *, regs, void *, buf, u32, size, in BPF_CALL_4() argument
546 u32, size, u64, flags) in BPF_CALL_4() argument
563 u32, size, u64, flags) in BPF_CALL_4() argument
580 void *, buf, u32, size, u64, flags) in BPF_CALL_4() argument
H A Dhelpers.c132 BPF_CALL_3(bpf_map_lookup_percpu_elem, struct bpf_map *, map, void *, key, u32, cpu) in BPF_CALL_3() argument
261 BPF_CALL_2(bpf_get_current_comm, char *, buf, u32, size) in BPF_CALL_2() argument
576 BPF_CALL_3(bpf_strncmp, const char *, s1, u32, s1_sz, const char *, s2) in BPF_CALL_3() argument
591 struct bpf_pidns_info *, nsdata, u32, size) in BPF_CALL_4() argument
659 BPF_CALL_3(bpf_copy_from_user, void *, dst, u32, size, in BPF_CALL_3() argument
682 BPF_CALL_5(bpf_copy_from_user_task, void *, dst, u32, size, in BPF_CALL_5() argument
716 BPF_CALL_2(bpf_per_cpu_ptr, const void *, ptr, u32, cpu) in BPF_CALL_2() argument
1049 BPF_CALL_5(bpf_snprintf, char *, str, u32, str_size, char *, fmt, in BPF_CALL_5() argument
1720 BPF_CALL_4(bpf_dynptr_from_mem, void *, data, u32, size, u64, flags, struct bpf_dynptr_kern *, ptr) in BPF_CALL_4() argument
1789 BPF_CALL_5(bpf_dynptr_read, void *, dst, u32, len, const struct bpf_dynptr_kern *, src, in BPF_CALL_5() argument
[all …]
H A Dbpf_lsm.c164 BPF_CALL_3(bpf_ima_inode_hash, struct inode *, inode, void *, dst, u32, size) in BPF_CALL_3() argument
188 BPF_CALL_3(bpf_ima_file_hash, struct file *, file, void *, dst, u32, size) in BPF_CALL_3() argument
/linux/drivers/clk/
H A Dclk-nspire.c64 void (*get_clkinfo)(u32, struct nspire_clk_info *)) in nspire_ahbdiv_setup()
106 void (*get_clkinfo)(u32, struct nspire_clk_info *)) in nspire_clk_setup()
/linux/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c151 u32 *u32; in octeon_md5_export() member
167 const u32 *u32; in octeon_md5_import() member
/linux/scripts/
H A Dgenerate_rust_target.rs170 fn rustc_version_atleast(&self, major: u32, minor: u32, patch: u32) -> bool { in rustc_version_atleast()
/linux/kernel/
H A Drseq.c474 SYSCALL_DEFINE4(rseq, struct rseq __user *, rseq, u32, rseq_len, in SYSCALL_DEFINE4() argument
/linux/drivers/cpuidle/
H A Ddt_idle_genpd.h31 int (*parse_state)(struct device_node *, u32 *)) in dt_idle_pd_alloc() argument
/linux/include/linux/
H A Damd-iommu.h40 amd_iommu_register_ga_log_notifier(int (*notifier)(u32)) in amd_iommu_register_ga_log_notifier()
/linux/rust/kernel/
H A Dbug.rs110 pub const fn bugflag_taint(value: u32) -> u32 { in bugflag_taint()
H A Dauxiliary.rs212 pub fn id(&self) -> u32 { in id()
298 pub fn new(parent: &device::Device, name: &CStr, id: u32, modname: &CStr) -> Result<Self> { in new()
H A Dmiscdevice.rs152 _cmd: u32, in ioctl()
169 _cmd: u32, in compat_ioctl()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt_sk.c20 __u32 u32; in getsetsockopt() member
/linux/rust/kernel/drm/gem/
H A Dmod.rs147 ) -> Result<u32> { in create_handle()
159 handle: u32, in lookup_handle()
/linux/drivers/gpu/nova-core/falcon/
H A Dhal.rs30 ) -> Result<u32>; in signature_reg_fuse_version()
/linux/drivers/i2c/
H A Di2c-mux.c228 int sizeof_priv, u32 flags, in i2c_mux_alloc() argument
229 int (*select)(struct i2c_mux_core *, u32), in i2c_mux_alloc() argument
/linux/tools/perf/util/
H A Ddata-convert-bt.c76 struct bt_ctf_field_type *u32; member
911 __NON_SAMPLE_SET_FIELD(comm, u32, pid); in __FUNC_PROCESS_NON_SAMPLE() argument
1260 __FUNC_ADD_NON_SAMPLE_EVENT_CLASS(comm, in __FUNC_ADD_NON_SAMPLE_EVENT_CLASS()
1261 __NON_SAMPLE_ADD_FIELD(u32, pid); in __FUNC_ADD_NON_SAMPLE_EVENT_CLASS()

12345