Home
last modified time | relevance | path

Searched refs:location (Results 1 – 23 of 23) sorted by relevance

/tools/wmi/
A Ddell-smbios-example.c53 static int find_token(__u16 token, __u16 *location, __u16 *value) in find_token() argument
87 *location = (__u16) strtol(buf, NULL, 16); in find_token()
89 if (*location) in find_token()
94 static int token_is_active(__u16 *location, __u16 *cmpvalue, in token_is_active() argument
101 buffer->std.input[0] = *location; in token_is_active()
111 __u16 location; in query_token() local
115 ret = find_token(token, &location, &value); in query_token()
120 return token_is_active(&location, &value, buffer); in query_token()
126 __u16 location; in activate_token() local
130 ret = find_token(token, &location, &value); in activate_token()
[all …]
/tools/testing/selftests/bpf/progs/
A Dstrobemeta.h348 void *location = calc_location(&cfg->int_locs[idx], tls_base); in read_int_var() local
349 if (!location) in read_int_var()
352 bpf_probe_read_user(value, sizeof(struct strobe_value_generic), location); in read_int_var()
364 void *location; in read_str_var() local
368 location = calc_location(&cfg->str_locs[idx], tls_base); in read_str_var()
369 if (!location) in read_str_var()
372 bpf_probe_read_user(value, sizeof(struct strobe_value_generic), location); in read_str_var()
396 void *location; in read_map_var() local
402 location = calc_location(&cfg->map_locs[idx], tls_base); in read_map_var()
403 if (!location) in read_map_var()
[all …]
A Dkfree_skb.c61 int BPF_PROG(trace_kfree_skb, struct sk_buff *skb, void *location) in BPF_PROG() argument
A Ddynptr_success.c551 int BPF_PROG(test_dynptr_skb_tp_btf, void *skb, void *location) in BPF_PROG() argument
/tools/perf/scripts/python/
A Dnet_dropmonitor.py73 skbaddr, location, protocol, reason): argument
74 slocation = str(location)
A Dnetdev-times.py291 skbaddr, location, protocol, reason): argument
293 skbaddr, location, protocol, reason)
297 skbaddr, location): argument
434 skbaddr, location, protocol, reason) = event_info
/tools/iio/
A Diio_generic_buffer.c64 channels[i].location = bytes; in size_from_channelarray()
66 channels[i].location = bytes - bytes % channels[i].bytes in size_from_channelarray()
69 bytes = channels[i].location + channels[i].bytes; in size_from_channelarray()
192 print1byte(*(uint8_t *)(data + channels[k].location), in process_scan()
196 print2byte(*(uint16_t *)(data + channels[k].location), in process_scan()
200 print4byte(*(uint32_t *)(data + channels[k].location), in process_scan()
204 print8byte(*(uint64_t *)(data + channels[k].location), in process_scan()
A Diio_utils.h50 unsigned location; member
/tools/testing/selftests/nolibc/
A Drun-tests.sh52 -d [DIR] Download location for toolchains (default: ${download_location})
55 -b [DIR] Build location (default: ${build_location})
/tools/power/x86/amd_pstate_tracer/
A Damd_pstate_trace.py277 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__))) variable
278 file_name = os.path.join(location, arg)
/tools/perf/Documentation/
A Dperf-mem.txt131 - cache: location in CPU cache (L1, L2, ...) where the sample hit
132 - mem: location in memory or other places the sample hit
133 - dtlb: location in Data TLB (L1, L2) where the sample hit
A Dperf-dlfilter.txt196 * Address location (as per perf script)
A Dperf-config.txt49 can be used to tell the command to read from or write to only that location.
236 cache location, or to disable it altogether. If you want to disable it,
A Dperf-script-python.txt375 Note that the location of the Python script given in the shell script
/tools/memory-model/Documentation/
A Dexplanation.txt191 store to the same memory location, from any CPU.
224 other CPU's location:
345 same memory location (the "-loc" suffix).
387 location:
605 of the location's actual size.
617 that location.
627 stores reach x's location in memory (or if you prefer a more
732 prefer, each location has its own independent coherence order.
1097 a particular location before it knows what that location is. However,
1128 same location even before it knows what the location's address is.
[all …]
A Drecipes.txt15 there is only one CPU or only one memory location is accessed, and the
19 Single CPU or single memory location
A Daccess-marking.txt253 and data_race() writes on the other, KCSAN will not report the location
/tools/power/x86/intel_pstate_tracer/
A Dintel_pstate_tracer.py524 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__))) variable
525 filename = os.path.join(location, arg)
/tools/power/cpupower/
A DREADME192 (such as '/usr/lib/systemd/system/', which is the default location) and (unless
/tools/memory-model/
A Dlock.cat81 (* Allow up to one unmatched LKW per location; more must deadlock *)
A Dlinux-kernel.cat152 * struct srcu_struct location.
/tools/usb/usbip/
A DINSTALL179 `CONFIG_SITE' environment variable to the location of the site script.
/tools/power/pm-graph/
A DREADME604 # push the script to a writeable location

Completed in 29 milliseconds