Searched defs:addr (Results 1 – 10 of 10) sorted by relevance
| /samples/hw_breakpoint/ |
| D | data_breakpoint.c | 44 void *addr = __symbol_get(ksym_name); in hw_break_module_init() local
|
| /samples/bpf/ |
| D | trace_event_user.c | 27 static void print_ksym(__u64 addr) in print_ksym() 46 static void print_addr(__u64 addr) in print_addr()
|
| D | offwaketime_user.c | 20 static void print_ksym(__u64 addr) in print_ksym()
|
| D | task_fd_query_user.c | 124 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()
|
| D | test_overhead_user.c | 66 struct sockaddr_in addr; in test_fib_table_lookup() local
|
| D | xdp_tx_iptunnel_user.c | 100 static int parse_ipstr(const char *ipstr, unsigned int *addr) in parse_ipstr()
|
| /samples/vfio-mdev/ |
| D | mdpy.c | 39 #define STORE_LE16(addr, val) (*(u16 *)addr = val) argument 40 #define STORE_LE32(addr, val) (*(u32 *)addr = val) argument
|
| D | mbochs.c | 87 #define STORE_LE16(addr, val) (*(u16 *)addr = val) argument 88 #define STORE_LE32(addr, val) (*(u32 *)addr = val) argument
|
| D | mtty.c | 51 #define STORE_LE16(addr, val) (*(u16 *)addr = val) argument 52 #define STORE_LE32(addr, val) (*(u32 *)addr = val) argument
|
| /samples/crypto/ |
| D | fips140_lab_util.c | 222 struct sockaddr_alg addr = {}; in get_alg_fd() local
|