Home
last modified time | relevance | path

Searched defs:u32 (Results 1 – 25 of 118) sorted by relevance

12345

/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pciercx-defs.h55 uint32_t u32; member
86 uint32_t u32; member
97 uint32_t u32; member
108 uint32_t u32; member
121 uint32_t u32; member
128 uint32_t u32; member
135 uint32_t u32; member
161 uint32_t u32; member
180 uint32_t u32; member
207 uint32_t u32; member
[all …]
H A Dcvmx-pci-defs.h118 uint32_t u32; member
168 uint32_t u32; member
181 uint32_t u32; member
238 uint32_t u32; member
251 uint32_t u32; member
274 uint32_t u32; member
293 uint32_t u32; member
304 uint32_t u32; member
323 uint32_t u32; member
334 uint32_t u32; member
[all …]
/linux/drivers/usb/host/
H A Docteon-hcd.h114 u32 u32; member
168 u32 u32; member
242 u32 u32; member
335 u32 u32; member
558 u32 u32; member
585 u32 u32; member
638 u32 u32; member
766 u32 u32; member
796 u32 u32; member
839 u32 u32; member
[all …]
/linux/drivers/gpu/nova-core/gsp/
H A Dfw.rs65 pub(in crate::gsp) fn gsp_write_ptr(qs: &Coherent<GspMem>) -> u32 { in gsp_read_ptr() argument
69 pub(in crate::gsp) fn gsp_read_ptr(qs: &Coherent<GspMem>) -> u32 { in cpu_read_ptr() argument
73 pub(in crate::gsp) fn cpu_read_ptr(qs: &Coherent<GspMem>) -> u32 { in advance_cpu_read_ptr() argument
86 pub(in crate::gsp) fn cpu_write_ptr(qs: &Coherent<GspMem>) -> u32 { in advance_cpu_write_ptr() argument
61 gsp_write_ptr(qs: &Coherent<GspMem>) -> u32 gsp_write_ptr() argument
82 cpu_write_ptr(qs: &Coherent<GspMem>) -> u32 cpu_write_ptr() argument
343 impl From<MsgFunction> for u32 { global() implementation
399 impl From<SeqBufOpcode> for u32 { global() implementation
413 addr(&self) -> u32 addr() argument
418 val(&self) -> u32 val() argument
436 addr(&self) -> u32 addr() argument
441 mask(&self) -> u32 mask() argument
446 val(&self) -> u32 val() argument
464 addr(&self) -> u32 addr() argument
469 mask(&self) -> u32 mask() argument
474 val(&self) -> u32 val() argument
479 timeout(&self) -> u32 timeout() argument
497 val(&self) -> u32 val() argument
515 addr(&self) -> u32 addr() argument
521 index(&self) -> u32 index() argument
610 cmd_index(&self) -> u32 cmd_index() argument
697 new(msgq_size: u32, rx_hdr_offset: u32, msg_count: u32) -> Self new() argument
784 init( sequence: u32, cmd_size: usize, function: MsgFunction, ) -> impl Init<Self, Error> init() argument
811 set_checksum(&mut self, checksum: u32) set_checksum() argument
828 sequence(&self) -> u32 sequence() argument
834 function(&self) -> Result<MsgFunction, u32> function() argument
843 element_count(&self) -> u32 element_count() argument
[all...]
H A Dcmdq.rs408 fn gsp_write_ptr(&self) -> u32 { in gsp_write_ptr() argument
417 fn gsp_read_ptr(&self) -> u32 { in gsp_read_ptr() argument
426 fn cpu_read_ptr(&self) -> u32 { in cpu_read_ptr() argument
431 fn advance_cpu_read_ptr(&mut self, elem_count: u32) { in advance_cpu_read_ptr() argument
440 fn cpu_write_ptr(&self) -> u32 { in cpu_write_ptr() argument
445 fn advance_cpu_write_ptr(&mut self, elem_count: u32) { in advance_cpu_write_ptr() argument
[all...]
/linux/security/keys/
H A Dcompat.c17 COMPAT_SYSCALL_DEFINE5(keyctl, u32, option, in COMPAT_SYSCALL_DEFINE5() argument
/linux/drivers/android/binder/
H A Dtrace.rs41 pub(crate) fn trace_ioctl(cmd: u32, arg: usize) { in trace_ioctl()
86 pub(crate) fn trace_transaction_fd_send(t_debug_id: usize, fd: u32, offset: usize) { in trace_transaction_fd_send()
91 pub(crate) fn trace_transaction_fd_recv(t_debug_id: usize, fd: u32, offset: usize) { in trace_transaction_fd_recv()
97 pub(crate) fn trace_command(cmd: u32) { in trace_command()
102 pub(crate) fn trace_return(ret: u32) { in trace_return()
H A Dprocess.rs361 fn new(node_ref: NodeRef, handle: u32, process: Arc<Process>) -> impl PinInit<Self> { in new()
759 flags: u32, in get_node_inner()
794 flags: u32, in get_node()
817 ) -> Result<u32> { in insert_or_update_handle()
909 pub(crate) fn get_node_from_handle(&self, handle: u32, strong: bool) -> Result<NodeRef> { in get_node_from_handle()
929 handle: u32, in update_ref()
1142 fn set_max_threads(&self, max: u32) { in set_max_threads()
1146 fn set_oneway_spam_detection_enabled(&self, enabled: u32) { in set_oneway_spam_detection_enabled()
1572 cmd: u32, in ioctl_write_only()
1598 cmd: u32, in ioctl_write_read()
[all …]
/linux/rust/kernel/pci/
H A Dirq.rs35 const fn as_raw(self) -> u32 { in as_raw()
69 const fn as_raw(self) -> u32 { in as_raw()
96 fn index(&self) -> u32 { in index()
134 min_vecs: u32, in register()
135 max_vecs: u32, in register()
246 min_vecs: u32, in alloc_irq_vectors()
247 max_vecs: u32, in alloc_irq_vectors()
H A Did.rs80 pub const fn as_raw(self) -> u32 { in as_raw() argument
89 const fn to_24bit_class(val: u32) -> u32 { in to_24bit_class() argument
107 pub const fn as_raw(self) -> u32 { in as_raw() argument
[all...]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_nf.c90 nf_ct_test(struct nf_conn * (* lookup_fn)(void *,struct bpf_sock_tuple *,u32,struct bpf_ct_opts___local *,u32),struct nf_conn * (* alloc_fn)(void *,struct bpf_sock_tuple *,u32,struct bpf_ct_opts___local *,u32),void * ctx) nf_ct_test() argument
91 nf_ct_test(struct nf_conn * (* lookup_fn)(void *,struct bpf_sock_tuple *,u32,struct bpf_ct_opts___local *,u32),struct nf_conn * (* alloc_fn)(void *,struct bpf_sock_tuple *,u32,struct bpf_ct_opts___local *,u32),void * ctx) nf_ct_test() argument
245 nf_ct_opts_new_test(struct nf_conn * (* lookup_fn)(void *,struct bpf_sock_tuple *,u32,struct bpf_ct_opts___new *,u32),struct nf_conn * (* alloc_fn)(void *,struct bpf_sock_tuple *,u32,struct bpf_ct_opts___new *,u32),void * ctx) nf_ct_opts_new_test() argument
246 nf_ct_opts_new_test(struct nf_conn * (* lookup_fn)(void *,struct bpf_sock_tuple *,u32,struct bpf_ct_opts___new *,u32),struct nf_conn * (* alloc_fn)(void *,struct bpf_sock_tuple *,u32,struct bpf_ct_opts___new *,u32),void * ctx) nf_ct_opts_new_test() argument
[all...]
/linux/security/
H A Dlsm_syscalls.c58 ctx, u32, size, u32, flags) in SYSCALL_DEFINE4() argument
87 ctx, u32 __user *, size, u32, flags) in SYSCALL_DEFINE4() argument
105 SYSCALL_DEFINE3(lsm_list_modules, u64 __user *, ids, u32 __user *, size, in SYSCALL_DEFINE3() argument
/linux/rust/kernel/drm/
H A Dioctl.rs14 pub const fn IO(nr: u32) -> u32 { in IO()
21 pub const fn IOR<T>(nr: u32) -> u32 { in IOR()
28 pub const fn IOW<T>(nr: u32) -> u32 { in IOW()
35 pub const fn IOWR<T>(nr: u32) -> u32 { in IOWR()
/linux/net/core/
H A Dfilter.c181 BPF_CALL_3(bpf_skb_get_nlattr, struct sk_buff *, skb, u32, a, u32, x) in BPF_CALL_3() argument
201 BPF_CALL_3(bpf_skb_get_nlattr_nest, struct sk_buff *, skb, u32, a, u32, x) in BPF_CALL_3() argument
1714 BPF_CALL_5(bpf_skb_store_bytes,struct sk_buff *,skb,u32,offset,const void *,from,u32,len,u64,flags) BPF_CALL_5() argument
1757 BPF_CALL_4(bpf_skb_load_bytes,const struct sk_buff *,skb,u32,offset,void *,to,u32,len) BPF_CALL_4() argument
1793 BPF_CALL_4(bpf_flow_dissector_load_bytes,const struct bpf_flow_dissector *,ctx,u32,offset,void *,to,u32,len) BPF_CALL_4() argument
1827 BPF_CALL_5(bpf_skb_load_bytes_relative,const struct sk_buff *,skb,u32,offset,void *,to,u32,len,u32,start_header) BPF_CALL_5() argument
1871 BPF_CALL_2(bpf_skb_pull_data,struct sk_buff *,skb,u32,len) BPF_CALL_2() argument
1911 BPF_CALL_2(sk_skb_pull_data,struct sk_buff *,skb,u32,len) BPF_CALL_2() argument
1933 BPF_CALL_5(bpf_l3_csum_replace,struct sk_buff *,skb,u32,offset,u64,from,u64,to,u64,flags) BPF_CALL_5() argument
1977 BPF_CALL_5(bpf_l4_csum_replace,struct sk_buff *,skb,u32,offset,u64,from,u64,to,u64,flags) BPF_CALL_5() argument
2031 BPF_CALL_5(bpf_csum_diff,__be32 *,from,u32,from_size,__be32 *,to,u32,to_size,__wsum,seed) BPF_CALL_5() argument
2460 BPF_CALL_3(bpf_clone_redirect,struct sk_buff *,skb,u32,ifindex,u64,flags) BPF_CALL_3() argument
2553 BPF_CALL_2(bpf_redirect,u32,ifindex,u64,flags) BPF_CALL_2() argument
2574 BPF_CALL_2(bpf_redirect_peer,u32,ifindex,u64,flags) BPF_CALL_2() argument
2595 BPF_CALL_4(bpf_redirect_neigh,u32,ifindex,struct bpf_redir_neigh *,params,int,plen,u64,flags) BPF_CALL_4() argument
2623 BPF_CALL_2(bpf_msg_apply_bytes,struct sk_msg *,msg,u32,bytes) BPF_CALL_2() argument
2637 BPF_CALL_2(bpf_msg_cork_bytes,struct sk_msg *,msg,u32,bytes) BPF_CALL_2() argument
2665 BPF_CALL_4(bpf_msg_pull_data,struct sk_msg *,msg,u32,start,u32,end,u64,flags) BPF_CALL_4() argument
2792 BPF_CALL_4(bpf_msg_push_data,struct sk_msg *,msg,u32,start,u32,len,u64,flags) BPF_CALL_4() argument
2973 BPF_CALL_4(bpf_msg_pop_data,struct sk_msg *,msg,u32,start,u32,len,u64,flags) BPF_CALL_4() argument
3200 BPF_CALL_2(bpf_set_hash,struct sk_buff *,skb,u32,hash) BPF_CALL_2() argument
3459 BPF_CALL_2(bpf_skb_change_type,struct sk_buff *,skb,u32,pkt_type) BPF_CALL_2() argument
3675 BPF_CALL_4(sk_skb_adjust_room,struct sk_buff *,skb,s32,len_diff,u32,mode,u64,flags) BPF_CALL_4() argument
3716 BPF_CALL_4(bpf_skb_adjust_room,struct sk_buff *,skb,s32,len_diff,u32,mode,u64,flags) BPF_CALL_4() argument
3865 BPF_CALL_3(bpf_skb_change_tail,struct sk_buff *,skb,u32,new_len,u64,flags) BPF_CALL_3() argument
3883 BPF_CALL_3(sk_skb_change_tail,struct sk_buff *,skb,u32,new_len,u64,flags) BPF_CALL_3() argument
3932 BPF_CALL_3(bpf_skb_change_head,struct sk_buff *,skb,u32,head_room,u64,flags) BPF_CALL_3() argument
3950 BPF_CALL_3(sk_skb_change_head,struct sk_buff *,skb,u32,head_room,u64,flags) BPF_CALL_3() argument
4099 BPF_CALL_4(bpf_xdp_load_bytes,struct xdp_buff *,xdp,u32,offset,void *,buf,u32,len) BPF_CALL_4() argument
4131 BPF_CALL_4(bpf_xdp_store_bytes,struct xdp_buff *,xdp,u32,offset,void *,buf,u32,len) BPF_CALL_4() argument
4643 BPF_CALL_2(bpf_xdp_redirect,u32,ifindex,u64,flags) BPF_CALL_2() argument
4741 BPF_CALL_4(bpf_skb_get_tunnel_key,struct sk_buff *,skb,struct bpf_tunnel_key *,to,u32,size,u64,flags) BPF_CALL_4() argument
4819 BPF_CALL_3(bpf_skb_get_tunnel_opt,struct sk_buff *,skb,u8 *,to,u32,size) BPF_CALL_3() argument
4856 BPF_CALL_4(bpf_skb_set_tunnel_key,struct sk_buff *,skb,const struct bpf_tunnel_key *,from,u32,size,u64,flags) BPF_CALL_4() argument
4937 BPF_CALL_3(bpf_skb_set_tunnel_opt,struct sk_buff *,skb,const u8 *,from,u32,size) BPF_CALL_3() argument
4989 BPF_CALL_3(bpf_skb_under_cgroup,struct sk_buff *,skb,struct bpf_map *,map,u32,idx) BPF_CALL_3() argument
6076 BPF_CALL_5(bpf_skb_get_xfrm_state,struct sk_buff *,skb,u32,index,struct bpf_xfrm_state *,to,u32,size,u64,flags) BPF_CALL_5() argument
6416 BPF_CALL_4(bpf_xdp_fib_lookup,struct xdp_buff *,ctx,struct bpf_fib_lookup *,params,int,plen,u32,flags) BPF_CALL_4() argument
6450 BPF_CALL_4(bpf_skb_fib_lookup,struct sk_buff *,skb,struct bpf_fib_lookup *,params,int,plen,u32,flags) BPF_CALL_4() argument
6519 BPF_CALL_5(bpf_skb_check_mtu,struct sk_buff *,skb,u32,ifindex,u32 *,mtu_len,s32,len_diff,u64,flags) BPF_CALL_5() argument
6565 BPF_CALL_5(bpf_xdp_check_mtu,struct xdp_buff *,xdp,u32,ifindex,u32 *,mtu_len,s32,len_diff,u64,flags) BPF_CALL_5() argument
6662 BPF_CALL_4(bpf_lwt_in_push_encap,struct sk_buff *,skb,u32,type,void *,hdr,u32,len) BPF_CALL_4() argument
6680 BPF_CALL_4(bpf_lwt_xmit_push_encap,struct sk_buff *,skb,u32,type,void *,hdr,u32,len) BPF_CALL_4() argument
6714 BPF_CALL_4(bpf_lwt_seg6_store_bytes,struct sk_buff *,skb,u32,offset,const void *,from,u32,len) BPF_CALL_4() argument
6773 BPF_CALL_4(bpf_lwt_seg6_action,struct sk_buff *,skb,u32,action,void *,param,u32,param_len) BPF_CALL_4() argument
6846 BPF_CALL_3(bpf_lwt_seg6_adjust_srh,struct sk_buff *,skb,u32,offset,s32,len) BPF_CALL_3() argument
7071 BPF_CALL_5(bpf_skc_lookup_tcp,struct sk_buff *,skb,struct bpf_sock_tuple *,tuple,u32,len,u64,netns_id,u64,flags) BPF_CALL_5() argument
7090 BPF_CALL_5(bpf_sk_lookup_tcp,struct sk_buff *,skb,struct bpf_sock_tuple *,tuple,u32,len,u64,netns_id,u64,flags) BPF_CALL_5() argument
7109 BPF_CALL_5(bpf_sk_lookup_udp,struct sk_buff *,skb,struct bpf_sock_tuple *,tuple,u32,len,u64,netns_id,u64,flags) BPF_CALL_5() argument
7128 BPF_CALL_5(bpf_tc_skc_lookup_tcp,struct sk_buff *,skb,struct bpf_sock_tuple *,tuple,u32,len,u64,netns_id,u64,flags) BPF_CALL_5() argument
7152 BPF_CALL_5(bpf_tc_sk_lookup_tcp,struct sk_buff *,skb,struct bpf_sock_tuple *,tuple,u32,len,u64,netns_id,u64,flags) BPF_CALL_5() argument
7176 BPF_CALL_5(bpf_tc_sk_lookup_udp,struct sk_buff *,skb,struct bpf_sock_tuple *,tuple,u32,len,u64,netns_id,u64,flags) BPF_CALL_5() argument
7214 BPF_CALL_5(bpf_xdp_sk_lookup_udp,struct xdp_buff *,ctx,struct bpf_sock_tuple *,tuple,u32,len,u32,netns_id,u64,flags) BPF_CALL_5() argument
7238 BPF_CALL_5(bpf_xdp_skc_lookup_tcp,struct xdp_buff *,ctx,struct bpf_sock_tuple *,tuple,u32,len,u32,netns_id,u64,flags) BPF_CALL_5() argument
7262 BPF_CALL_5(bpf_xdp_sk_lookup_tcp,struct xdp_buff *,ctx,struct bpf_sock_tuple *,tuple,u32,len,u32,netns_id,u64,flags) BPF_CALL_5() argument
7286 BPF_CALL_5(bpf_sock_addr_skc_lookup_tcp,struct bpf_sock_addr_kern *,ctx,struct bpf_sock_tuple *,tuple,u32,len,u64,netns_id,u64,flags) BPF_CALL_5() argument
7306 BPF_CALL_5(bpf_sock_addr_sk_lookup_tcp,struct bpf_sock_addr_kern *,ctx,struct bpf_sock_tuple *,tuple,u32,len,u64,netns_id,u64,flags) BPF_CALL_5() argument
7325 BPF_CALL_5(bpf_sock_addr_sk_lookup_udp,struct bpf_sock_addr_kern *,ctx,struct bpf_sock_tuple *,tuple,u32,len,u64,netns_id,u64,flags) BPF_CALL_5() argument
7590 BPF_CALL_5(bpf_tcp_check_syncookie,struct sock *,sk,void *,iph,u32,iph_len,struct tcphdr *,th,u32,th_len) BPF_CALL_5() argument
7663 BPF_CALL_5(bpf_tcp_gen_syncookie,struct sock *,sk,void *,iph,u32,iph_len,struct tcphdr *,th,u32,th_len) BPF_CALL_5() argument
7807 BPF_CALL_4(bpf_sock_ops_load_hdr_opt,struct bpf_sock_ops_kern *,bpf_sock,void *,search_res,u32,len,u64,flags) BPF_CALL_4() argument
7888 BPF_CALL_4(bpf_sock_ops_store_hdr_opt,struct bpf_sock_ops_kern *,bpf_sock,const void *,from,u32,len,u64,flags) BPF_CALL_4() argument
7966 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt,struct bpf_sock_ops_kern *,bpf_sock,u32,len,u64,flags) BPF_CALL_3() argument
7992 BPF_CALL_3(bpf_skb_set_tstamp,struct sk_buff *,skb,u64,tstamp,u32,tstamp_type) BPF_CALL_3() argument
8034 BPF_CALL_3(bpf_tcp_raw_gen_syncookie_ipv4,struct iphdr *,iph,struct tcphdr *,th,u32,th_len) BPF_CALL_3() argument
8060 BPF_CALL_3(bpf_tcp_raw_gen_syncookie_ipv6,struct ipv6hdr *,iph,struct tcphdr *,th,u32,th_len) BPF_CALL_3() argument
11488 BPF_CALL_4(sk_select_reuseport,struct sk_reuseport_kern *,reuse_kern,struct bpf_map *,map,void *,key,u32,flags) BPF_CALL_4() argument
11548 BPF_CALL_4(sk_reuseport_load_bytes,const struct sk_reuseport_kern *,reuse_kern,u32,offset,void *,to,u32,len) BPF_CALL_4() argument
11565 BPF_CALL_5(sk_reuseport_load_bytes_relative,const struct sk_reuseport_kern *,reuse_kern,u32,offset,void *,to,u32,len,u32,start_header) BPF_CALL_5() argument
[all...]
/linux/rust/kernel/block/mq/
H A Dtag_set.rs37 nr_hw_queues: u32, in new() argument
38 num_tags: u32, in new() argument
39 num_maps: u32, in new() argument
/linux/drivers/media/rc/
H A Dbpf-lirc.c20 BPF_CALL_1(bpf_rc_repeat, u32*, sample) in BPF_CALL_1() argument
38 BPF_CALL_4(bpf_rc_keydown, u32*, sample, u32, protocol, u64, scancode, in BPF_CALL_4() argument
60 BPF_CALL_3(bpf_rc_pointer_rel, u32*, sample, s32, rel_x, s32, rel_y) in BPF_CALL_3() argument
/linux/drivers/gpu/drm/nova/
H A Dfile.rs29 ) -> Result<u32> { in get_param()
49 ) -> Result<u32> { in gem_create()
62 ) -> Result<u32> { in gem_info()
/linux/arch/powerpc/kernel/
H A Dsyscalls.c104 int, fd, int, advice, u32, offset_high, u32, offset_low, in SYSCALL_DEFINE6() argument
/linux/drivers/cpuidle/
H A Ddt_idle_genpd.c25 int (*parse_state)(struct device_node *, u32 *), in pd_parse_state_nodes() argument
55 int (*parse_state)(struct device_node *, u32 *), in pd_parse_states() argument
92 int (*parse_state)(struct device_node *, u32 *)) in dt_idle_pd_alloc() argument
/linux/ipc/
H A Dsyscall.c205 COMPAT_SYSCALL_DEFINE6(ipc, u32, call, int, first, int, second, in COMPAT_SYSCALL_DEFINE6() argument
/linux/rust/kernel/
H A Dopp.rs231 pub fn new(freq: Hertz, volt: MicroVolt, level: u32, turbo: bool) -> Self { in new() argument
307 _count: u32, in config_regulators() argument
714 pub fn opp_count(&self) -> Result<u32> { in opp_count() argument
847 opp_from_freq( &self, freq: Hertz, available: Option<bool>, index: Option<u32>, stype: SearchType, ) -> Result<ARef<OPP>> opp_from_freq() argument
888 opp_from_level(&self, mut level: u32, stype: SearchType) -> Result<ARef<OPP>> opp_from_level() argument
914 opp_from_bw(&self, mut bw: u32, index: i32, stype: SearchType) -> Result<ARef<OPP>> opp_from_bw() argument
1116 level(&self) -> u32 level() argument
1132 required_pstate(&self, index: u32) -> u32 required_pstate() argument
[all...]
H A Dio.rs283 fn try_read32(&self, offset: usize) -> Result<u32> in try_read32()
319 fn try_write32(&self, value: u32, offset: usize) -> Result in try_write32()
321 Self: IoCapable<u32>, in try_write32()
357 Self: IoKnownSize + IoCapable<u32>, in read32()
391 fn write32(&self, value: u32, offset: usize) in write32()
393 Self: IoKnownSize + IoCapable<u32>, in write32()
H A Dcpufreq.rs102 impl From<Relation> for u32 { implementation
261 pub fn flags(&self, index: TableIndex) -> u32 { in flags() argument
269 data(&self, index: TableIndex) -> u32 data() argument
365 add(&mut self, freq: Hertz, flags: u32, driver_data: u32) -> Result add() argument
528 generic_get(&self) -> Result<u32> generic_get() argument
780 target(_policy: &mut Policy, _target_freq: u32, _relation: Relation) -> Result target() argument
790 fast_switch(_policy: &mut Policy, _target_freq: u32) -> u32 fast_switch() argument
800 get_intermediate(_policy: &mut Policy, _index: TableIndex) -> u32 get_intermediate() argument
810 get(_policy: &mut Policy) -> Result<u32> get() argument
[all...]
/linux/kernel/trace/
H A Dbpf_trace.c183 BPF_CALL_3(bpf_probe_read_user,void *,dst,u32,size,const void __user *,unsafe_ptr) BPF_CALL_3() argument
220 BPF_CALL_3(bpf_probe_read_user_str,void *,dst,u32,size,const void __user *,unsafe_ptr) BPF_CALL_3() argument
235 BPF_CALL_3(bpf_probe_read_kernel,void *,dst,u32,size,const void *,unsafe_ptr) BPF_CALL_3() argument
270 BPF_CALL_3(bpf_probe_read_kernel_str,void *,dst,u32,size,const void *,unsafe_ptr) BPF_CALL_3() argument
286 BPF_CALL_3(bpf_probe_read_compat,void *,dst,u32,size,const void *,unsafe_ptr) BPF_CALL_3() argument
305 BPF_CALL_3(bpf_probe_read_compat_str,void *,dst,u32,size,const void *,unsafe_ptr) BPF_CALL_3() argument
326 BPF_CALL_3(bpf_probe_write_user,void __user *,unsafe_ptr,const void *,src,u32,size) BPF_CALL_3() argument
362 BPF_CALL_5(bpf_trace_printk,char *,fmt,u32,fmt_size,u64,arg1,u64,arg2,u64,arg3) BPF_CALL_5() argument
415 BPF_CALL_4(bpf_trace_vprintk,char *,fmt,u32,fmt_size,const void *,args,u32,data_len) BPF_CALL_4() argument
458 BPF_CALL_5(bpf_seq_printf,struct seq_file *,m,char *,fmt,u32,fmt_size,const void *,args,u32,data_len) BPF_CALL_5() argument
496 BPF_CALL_3(bpf_seq_write,struct seq_file *,m,const void *,data,u32,len) BPF_CALL_3() argument
512 BPF_CALL_4(bpf_seq_printf_btf,struct seq_file *,m,struct btf_ptr *,ptr,u32,btf_ptr_size,u64,flags) BPF_CALL_4() argument
583 BPF_CALL_4(bpf_perf_event_read_value,struct bpf_map *,map,u64,flags,struct bpf_perf_event_value *,buf,u32,size) BPF_CALL_4() argument
878 BPF_CALL_1(bpf_send_signal,u32,sig) BPF_CALL_1() argument
890 BPF_CALL_1(bpf_send_signal_thread,u32,sig) BPF_CALL_1() argument
902 BPF_CALL_3(bpf_d_path,const struct path *,path,char *,buf,u32,sz) BPF_CALL_3() argument
1006 BPF_CALL_5(bpf_snprintf_btf,char *,str,u32,str_size,struct btf_ptr *,ptr,u32,btf_ptr_size,u64,flags) BPF_CALL_5() argument
1170 BPF_CALL_3(bpf_get_branch_snapshot,void *,buf,u32,size,u64,flags) BPF_CALL_3() argument
1194 BPF_CALL_3(get_func_arg,void *,ctx,u32,n,u64 *,value) BPF_CALL_3() argument
1419 BPF_CALL_4(bpf_get_stack_tp,void *,tp_buff,void *,buf,u32,size,u64,flags) BPF_CALL_4() argument
1479 BPF_CALL_3(bpf_perf_prog_read_value,struct bpf_perf_event_data_kern *,ctx,struct bpf_perf_event_value *,buf,u32,size) BPF_CALL_3() argument
1505 BPF_CALL_4(bpf_read_branch_records,struct bpf_perf_event_data_kern *,ctx,void *,buf,u32,size,u64,flags) BPF_CALL_4() argument
1652 BPF_CALL_4(bpf_get_stack_raw_tp,struct bpf_raw_tracepoint_args *,args,void *,buf,u32,size,u64,flags) BPF_CALL_4() argument
[all...]
/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

12345