Searched defs:addr (Results 1 – 9 of 9) sorted by relevance
| /samples/hw_breakpoint/ |
| A D | data_breakpoint.c | 44 void *addr = __symbol_get(ksym_name); in hw_break_module_init() local
|
| /samples/bpf/ |
| A 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()
|
| A D | offwaketime_user.c | 20 static void print_ksym(__u64 addr) in print_ksym()
|
| A 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()
|
| A D | xdp_tx_iptunnel_user.c | 100 static int parse_ipstr(const char *ipstr, unsigned int *addr) in parse_ipstr()
|
| /samples/damon/ |
| A D | mtier.c | 82 struct region_range addr; in damon_sample_mtier_build_ctx() local
|
| /samples/vfio-mdev/ |
| A D | mdpy.c | 39 #define STORE_LE16(addr, val) (*(u16 *)addr = val) argument 40 #define STORE_LE32(addr, val) (*(u32 *)addr = val) argument
|
| A D | mbochs.c | 87 #define STORE_LE16(addr, val) (*(u16 *)addr = val) argument 88 #define STORE_LE32(addr, val) (*(u32 *)addr = val) argument
|
| A D | mtty.c | 51 #define STORE_LE16(addr, val) (*(u16 *)addr = val) argument 52 #define STORE_LE32(addr, val) (*(u32 *)addr = val) argument
|
Completed in 21 milliseconds