Searched refs:hints (Results 26 - 47 of 47) sorted by relevance

12

/linux-master/tools/perf/scripts/python/
H A Dexport-to-sqlite.py292 'hints integer,'
477 + emit_to_hex('hints') + ' AS hints_hex,'
527 'CASE WHEN selected_events.name=\'mwait\' THEN (SELECT ' + emit_to_hex('hints') + ' FROM mwait WHERE mwait.id = samples.id) ELSE "" END AS hints_hex,'
745 hints = payload & 0xff
748 mwait_query.addBindValue(str(hints))
H A Dexport-to-postgresql.py468 'hints integer,'
639 'to_hex(hints) AS hints_hex,'
689 'to_hex(mwait.hints) AS hints_hex,'
1067 hints = payload & 0xff
1069 value = struct.pack("!hiqiiii", 3, 8, id, 4, hints, 4, extensions)
H A Dintel-pt-events.py161 hints = payload & 0xff
163 print("hints: %#x extensions: %#x" % (hints, extensions), end=' ')
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c3618 struct ena_admin_ena_hw_hints *hints)
3622 if (hints->admin_completion_tx_timeout)
3624 hints->admin_completion_tx_timeout * 1000;
3626 if (hints->mmio_read_timeout)
3629 hints->mmio_read_timeout * 1000;
3631 if (hints->missed_tx_completion_count_threshold_to_reset)
3633 hints->missed_tx_completion_count_threshold_to_reset;
3635 if (hints->missing_tx_completion_timeout) {
3636 if (hints->missing_tx_completion_timeout == ENA_HW_HINTS_NO_TIMEOUT)
3640 msecs_to_jiffies(hints
3617 ena_update_hints(struct ena_adapter *adapter, struct ena_admin_ena_hw_hints *hints) argument
4285 struct ena_admin_ena_hw_hints *hints; local
[all...]
/linux-master/tools/testing/selftests/net/
H A Dtxtimestamp.c809 struct addrinfo hints = { .ai_family = do_ipv4 ? AF_INET : AF_INET6 }; local
814 if (getaddrinfo(hostname, NULL, &hints, &addrs))
834 if (do_ipv6 && hints.ai_family != AF_INET6) {
835 hints.ai_family = AF_INET6;
/linux-master/include/asm-generic/
H A Dmshyperv.h36 u32 hints; member in struct:ms_hyperv_info
/linux-master/tools/perf/util/
H A Devent.h137 u64 hints : 8, member in struct:perf_synth_intel_mwait::__anon406::__anon407
/linux-master/drivers/hv/
H A Dhv.c324 !(ms_hyperv.hints & HV_DEPRECATING_AEOI_RECOMMENDED);
/linux-master/scripts/
H A Dget_abi.pl47 "show-hints" => \$hint,
990 [--(no-)rst-source] [--dir=<dir>] [--show-hints]
1038 =item B<--show-hints>
1040 Show hints about possible definitions for the missing ABI symbols.
/linux-master/drivers/ata/
H A Dlibahci.c47 unsigned hints);
808 unsigned int hints)
817 hints &= ~ATA_LPM_WAKE_ONLY;
833 if (policy == ATA_LPM_MAX_POWER || !(hints & ATA_LPM_HIPM)) {
834 if (!(hints & ATA_LPM_WAKE_ONLY))
844 if (hints & ATA_LPM_WAKE_ONLY)
807 ahci_set_lpm(struct ata_link *link, enum ata_lpm_policy policy, unsigned int hints) argument
H A Dlibata-eh.c3380 unsigned int hints = ATA_LPM_EMPTY | ATA_LPM_HIPM; local
3406 hints &= ~ATA_LPM_EMPTY;
3408 hints &= ~ATA_LPM_HIPM;
3425 rc = ap->ops->set_lpm(link, policy, hints);
3427 rc = ap->ops->set_lpm(ap->slave_link, policy, hints);
3429 rc = sata_pmp_set_lpm(link, policy, hints);
H A Dlibata-pmp.c192 * @hints: LPM hints
204 unsigned hints)
203 sata_pmp_set_lpm(struct ata_link *link, enum ata_lpm_policy policy, unsigned hints) argument
H A Data_piix.c813 unsigned hints)
812 piix_sidpr_set_lpm(struct ata_link *link, enum ata_lpm_policy policy, unsigned hints) argument
/linux-master/include/sound/
H A Dhda_codec.h221 struct snd_array hints; /* additional hints */ member in struct:hda_codec
/linux-master/arch/x86/hyperv/
H A Dhv_init.c481 ms_hyperv.hints &= ~HV_X64_ENLIGHTENED_VMCS_RECOMMENDED;
/linux-master/drivers/parisc/
H A Dccio-dma.c487 ** FIXME: the default hints need to be per GSC device - not global.
521 * @hints: The DMA Hint.
547 unsigned long hints)
557 ** "hints" parm includes the VALID bit!
561 asm volatile("depw %1,31,12,%0" : "+r" (pa) : "r" (hints));
546 ccio_io_pdir_entry(__le64 *pdir_ptr, space_t sid, unsigned long vba, unsigned long hints) argument
/linux-master/include/acpi/
H A Dactbl2.h429 u8 hints; member in struct:acpi_iort_memory_access
/linux-master/include/linux/
H A Dlibata.h938 unsigned hints);
/linux-master/tools/objtool/
H A Dcheck.c2247 file->hints = true;
3842 if (!file->hints)
/linux-master/drivers/pci/controller/
H A Dpci-hyperv.c659 * ms_hyperv.hints & HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED
3679 hbus->use_calls = !!(ms_hyperv.hints & HV_X64_USE_MMIO_HYPERCALLS);
/linux-master/tools/perf/
H A Dbuiltin-script.c1852 len = fprintf(fp, " hints: %#x extensions: %#x ",
1853 data->hints, data->extensions);
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c566 if (ms_hyperv.hints & HV_X64_ENLIGHTENED_VMCS_RECOMMENDED &&

Completed in 333 milliseconds

12