Home
last modified time | relevance | path

Searched defs:addr (Results 1 – 10 of 10) sorted by relevance

/samples/hw_breakpoint/
Ddata_breakpoint.c44 void *addr = __symbol_get(ksym_name); in hw_break_module_init() local
/samples/bpf/
Dtrace_event_user.c27 static void print_ksym(__u64 addr) in print_ksym()
46 static void print_addr(__u64 addr) in print_addr()
Doffwaketime_user.c20 static void print_ksym(__u64 addr) in print_ksym()
Dtask_fd_query_user.c124 const char *name, __u64 offset, __u64 addr, bool is_return, in test_nondebug_fs_kuprobe_common()
174 __u64 offset, __u64 addr, bool is_return, in test_nondebug_fs_probe()
Dtest_overhead_user.c66 struct sockaddr_in addr; in test_fib_table_lookup() local
Dxdp_tx_iptunnel_user.c100 static int parse_ipstr(const char *ipstr, unsigned int *addr) in parse_ipstr()
/samples/vfio-mdev/
Dmdpy.c39 #define STORE_LE16(addr, val) (*(u16 *)addr = val) argument
40 #define STORE_LE32(addr, val) (*(u32 *)addr = val) argument
Dmbochs.c87 #define STORE_LE16(addr, val) (*(u16 *)addr = val) argument
88 #define STORE_LE32(addr, val) (*(u32 *)addr = val) argument
Dmtty.c51 #define STORE_LE16(addr, val) (*(u16 *)addr = val) argument
52 #define STORE_LE32(addr, val) (*(u32 *)addr = val) argument
/samples/crypto/
Dfips140_lab_util.c222 struct sockaddr_alg addr = {}; in get_alg_fd() local