Searched refs:site (Results 1 – 8 of 8) sorted by relevance
| /tools/testing/selftests/x86/bugs/ |
| A D | its_ret_alignment.py | 82 site = rethunks_start_kcore + sites_offset[i] variable 87 symbol = identify_address(prog, site) 89 kcore_insn = list(cap.disasm(prog.read(site, 16), site))[0] 91 insn_end = site + kcore_insn.size - 1
|
| A D | its_indirect_alignment.py | 86 site = retpolines_start_kcore + sites_offset[i] variable 91 kcore_insn = list(cap.disasm(prog.read(site, 16), site))[0] 93 insn_end = site + kcore_insn.size - 1 # TODO handle Jcc.32 __x86_indirect_thunk_\reg 101 if (site & 0x20) ^ (insn_end & 0x20):
|
| /tools/usb/usbip/ |
| A D | INSTALL | 175 can create a site shell script called `config.site' that gives default 177 `configure' looks for `PREFIX/share/config.site' if it exists, then 178 `PREFIX/etc/config.site' if it exists. Or, you can set the 179 `CONFIG_SITE' environment variable to the location of the site script. 180 A warning: not all `configure' scripts look for a site script. 185 Variables not defined in a site shell script can be set in the 194 overridden in the site shell script).
|
| /tools/power/cpupower/bindings/python/ |
| A D | README | 69 Python uses a system specific site-packages folder to look up modules to import 72 You can install and uninstall the bindings to the site-packages with:
|
| /tools/objtool/ |
| A D | check.c | 634 struct static_call_site *site; in create_static_call_sections() local 656 sizeof(*site), idx, idx * 2); in create_static_call_sections() 668 idx * sizeof(*site), idx * 2, in create_static_call_sections() 707 idx * sizeof(*site) + 4, in create_static_call_sections() 827 int *site = (int *)sec->data->d_buf + idx; in create_ibt_endbr_seal_sections() local 829 *site = 0; in create_ibt_endbr_seal_sections()
|
| /tools/perf/Documentation/ |
| A D | topdown.txt | 360 [2] https://sites.google.com/site/analysismethods/yasin-pubs
|
| /tools/objtool/Documentation/ |
| A D | objtool.txt | 27 - Retpoline call site annotation -- annotates all retpoline thunk call
|
| /tools/memory-model/Documentation/ |
| A D | litmus-tests.txt | 1022 from the site of the emulated call_rcu() to the beginning 1028 additional call_rcu() process to the site of the
|
Completed in 17 milliseconds