Home
last modified time | relevance | path

Searched refs:sites (Results 1 – 25 of 61) sorted by relevance

123

/Linux-v6.6/drivers/thermal/
Dqoriq_thermal.c141 int id, sites = 0; in qoriq_tmu_register_tmu_zone() local
162 sites |= 0x1 << (15 - id); in qoriq_tmu_register_tmu_zone()
164 sites |= 0x1 << id; in qoriq_tmu_register_tmu_zone()
169 if (sites) { in qoriq_tmu_register_tmu_zone()
171 regmap_write(qdata->regmap, REGS_TMR, TMR_ME | TMR_ALPF | sites); in qoriq_tmu_register_tmu_zone()
173 regmap_write(qdata->regmap, REGS_V2_TMSR, sites); in qoriq_tmu_register_tmu_zone()
/Linux-v6.6/kernel/
Dstatic_call_inline.c159 .sites = static_call_key_sites(key), in __static_call_update()
166 if (!site_mod->sites) { in __static_call_update()
187 for (site = site_mod->sites; in __static_call_update()
253 key->sites = site; in __static_call_init()
270 site_mod->sites = static_call_key_sites(key); in __static_call_init()
280 site_mod->sites = site; in __static_call_init()
/Linux-v6.6/Documentation/driver-api/mei/
Diamt.rst30 https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm
49 … https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm
62 … https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm
74 … https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm
/Linux-v6.6/tools/include/linux/
Dstatic_call_types.h67 struct static_call_site *sites; member
/Linux-v6.6/include/linux/
Dstatic_call_types.h67 struct static_call_site *sites; member
Dstatic_call.h170 struct static_call_site *sites; member
/Linux-v6.6/Documentation/firmware-guide/acpi/
Dlpit.rst10 https://www.uefi.org/sites/default/files/resources/Intel_ACPI_Low_Power_S0_Idle.pdf
/Linux-v6.6/net/ceph/
DKconfig30 execution slightly when debug call sites are enabled (e.g.,
/Linux-v6.6/arch/x86/include/asm/
Dalternative.h113 extern void callthunks_patch_module_calls(struct callthunk_sites *sites,
120 callthunks_patch_module_calls(struct callthunk_sites *sites, in callthunks_patch_module_calls() argument
/Linux-v6.6/Documentation/core-api/
Dtracepoint.rst30 unregistering probes with these callback sites is covered in the
Dpin_user_pages.rst26 sites. This allows the associated wrapper functions (pin_user_pages*() and
30 FOLL_LONGTERM, on the other hand, *is* allowed to be set at the gup call sites.
40 multiple threads and call sites are free to pin the same struct pages, via both
140 ...but rather than setting FOLL_PIN directly, call sites should use one of
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-kernel-mm-ksm24 pages_sharing: how many more sites are sharing them i.e. how
/Linux-v6.6/scripts/package/
Dmkdebian195 The sources may be found at most Linux archive sites, including:
/Linux-v6.6/Documentation/scsi/
Dufs.rst196 - UFS - http://www.jedec.org/sites/default/files/docs/JESD220.pdf
197 - UFSHCI - http://www.jedec.org/sites/default/files/docs/JESD223.pdf
/Linux-v6.6/Documentation/driver-api/mtd/
Dspi-intel.rst88 [1] https://firmware.intel.com/sites/default/files/MinnowBoard%2EMAX_%2EX64%2E92%2ER01%2Ezip
/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dyuv-formats.rst52 the same spatial sites as the pixels. This may be performed by skipping every
/Linux-v6.6/Documentation/process/
D8.Conclusion.rst16 Various web sites discuss kernel development at all levels of detail. Your
D7.AdvancedTopics.rst38 The first order of business is to read the above sites and get a solid
55 which is accessible to the Internet. Otherwise, free, public hosting sites
/Linux-v6.6/tools/objtool/Documentation/
Dobjtool.txt28 sites, enabling the kernel to patch them inline, to prevent "thunk
35 - Static call annotation -- annotates static call sites, enabling the
50 instruction sites, enabling the kernel to "seal" them (replace them
117 chain of function call sites that led to the currently executing
/Linux-v6.6/Documentation/hwmon/
Djc42.rst92 http://www.jedec.org/sites/default/files/docs/4_01_04R19.pdf
/Linux-v6.6/Documentation/driver-api/tty/
Dmoxa-smartio.rst66 In Moxa's Web sites, you may always find the latest driver at
/Linux-v6.6/Documentation/trace/
Devents-kmem.rst29 the allocation sites were.
Dintel_th.rst54 [1] https://software.intel.com/sites/default/files/managed/d3/3c/intel-th-developer-manual.pdf
Dftrace-design.rst257 details for how to locate the addresses of mcount call sites via objdump.
304 some extra state when runtime patching arbitrary call sites, this is the
/Linux-v6.6/Documentation/kbuild/
Dkconfig-language.rst742 .. [1] https://gsd.uwaterloo.ca/sites/default/files/vm-2013-berger.pdf
743 .. [2] https://gsd.uwaterloo.ca/sites/default/files/ase241-berger_0.pdf
744 .. [3] https://gsd.uwaterloo.ca/sites/default/files/icse2011.pdf
766 .. [5] https://gsd.uwaterloo.ca/sites/default/files/vm-2013-berger.pdf

123