Searched refs:hints (Results 1 - 25 of 47) sorted by last modified time

12

/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c566 if (ms_hyperv.hints & HV_X64_ENLIGHTENED_VMCS_RECOMMENDED &&
/linux-master/include/asm-generic/
H A Dmshyperv.h36 u32 hints; member in struct:ms_hyperv_info
/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/arch/x86/hyperv/
H A Dhv_apic.c115 if (!(ms_hyperv.hints & HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED))
291 if (ms_hyperv.hints & HV_X64_CLUSTER_IPI_RECOMMENDED) {
306 if (ms_hyperv.hints & HV_X64_APIC_ACCESS_RECOMMENDED) {
H A Dhv_init.c481 ms_hyperv.hints &= ~HV_X64_ENLIGHTENED_VMCS_RECOMMENDED;
H A Dhv_spinlock.c73 !(ms_hyperv.hints & HV_X64_CLUSTER_IPI_RECOMMENDED) ||
/linux-master/tools/objtool/
H A Dcheck.c2247 file->hints = true;
3842 if (!file->hints)
/linux-master/include/linux/
H A Dlibata.h938 unsigned hints);
/linux-master/drivers/ata/
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 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.h175 unsigned hints);
189 enum ata_lpm_policy policy, unsigned hints)
188 sata_pmp_set_lpm(struct ata_link *link, enum ata_lpm_policy policy, unsigned hints) argument
/linux-master/drivers/hv/
H A Dhv.c324 !(ms_hyperv.hints & HV_DEPRECATING_AEOI_RECOMMENDED);
/linux-master/arch/x86/kernel/cpu/
H A Dmshyperv.c126 if (ms_hyperv.hints & HV_DEPRECATING_AEOI_RECOMMENDED)
379 * Extract the features and hints
384 ms_hyperv.hints = cpuid_eax(HYPERV_CPUID_ENLIGHTMENT_INFO);
388 pr_info("Hyper-V: privilege flags low 0x%x, high 0x%x, hints 0x%x, misc 0x%x\n",
389 ms_hyperv.features, ms_hyperv.priv_high, ms_hyperv.hints,
418 if (ms_hyperv.hints & HV_X64_HYPERV_NESTED) {
449 ms_hyperv.hints &= ~HV_X64_APIC_ACCESS_RECOMMENDED;
459 ms_hyperv.hints &= ~HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED;
/linux-master/arch/arm64/hyperv/
H A Dmshyperv.c51 /* Get the features and hints from Hyper-V */
58 ms_hyperv.hints = result.as32.a;
60 pr_info("Hyper-V: privilege flags low 0x%x, high 0x%x, hints 0x%x, misc 0x%x\n",
61 ms_hyperv.features, ms_hyperv.priv_high, ms_hyperv.hints,
/linux-master/tools/perf/
H A Dbuiltin-script.c1852 len = fprintf(fp, " hints: %#x extensions: %#x ",
1853 data->hints, data->extensions);
/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/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;
H A Dcmsg_sender.c429 struct addrinfo hints, *ai; local
443 memset(&hints, 0, sizeof(hints));
444 hints.ai_family = opt.sock.family;
447 err = getaddrinfo(opt.host, opt.service, &hints, &ai);
/linux-master/include/acpi/
H A Dactbl2.h429 u8 hints; member in struct:acpi_iort_memory_access
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_erp.c1225 /* For hints purposes, two objects are considered equal
1320 struct objagg_hints *hints)
1330 hints, aregion);
1382 struct objagg_hints *hints, bool *p_rehash_needed)
1399 hstats = objagg_hints_stats_get(hints);
1401 dev_err_ratelimited(mlxsw_sp->bus_info->dev, "Failed to get ERP hints stats\n");
1423 struct objagg_hints *hints; local
1428 hints = objagg_hints_get(erp_table->objagg,
1431 if (IS_ERR(hints)) {
1432 dev_err_ratelimited(mlxsw_sp->bus_info->dev, "Failed to create ERP hints\
1319 mlxsw_sp_acl_erp_table_create(struct mlxsw_sp_acl_atcam_region *aregion, struct objagg_hints *hints) argument
1380 mlxsw_sp_acl_erp_hints_check(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_atcam_region *aregion, struct objagg_hints *hints, bool *p_rehash_needed) argument
1453 struct objagg_hints *hints = hints_priv; local
1462 struct objagg_hints *hints = hints_priv; local
[all...]
/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/include/sound/
H A Dhda_codec.h221 struct snd_array hints; /* additional hints */ member in struct:hda_codec
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c75 const struct addrinfo *hints,
78 int err = getaddrinfo(node, service, hints, res);
93 struct addrinfo hints = { local
99 hints.ai_family = pf;
104 xgetaddrinfo(listenaddr, port, &hints, &addr);
105 hints.ai_family = pf;
138 struct addrinfo hints = { local
145 hints.ai_family = pf;
147 xgetaddrinfo(remoteaddr, port, &hints, &addr);
74 xgetaddrinfo(const char *node, const char *service, const struct addrinfo *hints, struct addrinfo **res) argument
H A Dmptcp_connect.c181 const struct addrinfo *hints,
184 int err = getaddrinfo(node, service, hints, res);
292 struct addrinfo hints = { local
298 hints.ai_family = pf;
303 xgetaddrinfo(listenaddr, port, &hints, &addr);
304 hints.ai_family = pf;
356 struct addrinfo hints = { local
364 hints.ai_family = pf;
366 xgetaddrinfo(remoteaddr, port, &hints, &addr);
180 xgetaddrinfo(const char *node, const char *service, const struct addrinfo *hints, struct addrinfo **res) argument
/linux-master/drivers/misc/sgi-gru/
H A Dgru_instructions.h338 /* Convert "hints" to IMA */
350 unsigned int tri0, int iaa, unsigned long hints)
358 (unsigned long)tri0, CB_IMA(hints)));
362 unsigned int tri0, int iaa, unsigned long hints)
370 (unsigned long)tri0, CB_IMA(hints)));
375 unsigned long stride, unsigned long hints)
383 (unsigned long)tri0, CB_IMA(hints)));
388 unsigned long stride, unsigned long hints)
396 tri0, CB_IMA(hints)));
401 unsigned long nelem, unsigned long hints)
349 gru_vload_phys(void *cb, unsigned long gpa, unsigned int tri0, int iaa, unsigned long hints) argument
361 gru_vstore_phys(void *cb, unsigned long gpa, unsigned int tri0, int iaa, unsigned long hints) argument
373 gru_vload(void *cb, unsigned long mem_addr, unsigned int tri0, unsigned char xtype, unsigned long nelem, unsigned long stride, unsigned long hints) argument
386 gru_vstore(void *cb, unsigned long mem_addr, unsigned int tri0, unsigned char xtype, unsigned long nelem, unsigned long stride, unsigned long hints) argument
399 gru_ivload(void *cb, unsigned long mem_addr, unsigned int tri0, unsigned int tri1, unsigned char xtype, unsigned long nelem, unsigned long hints) argument
412 gru_ivstore(void *cb, unsigned long mem_addr, unsigned int tri0, unsigned int tri1, unsigned char xtype, unsigned long nelem, unsigned long hints) argument
425 gru_vset(void *cb, unsigned long mem_addr, unsigned long value, unsigned char xtype, unsigned long nelem, unsigned long stride, unsigned long hints) argument
439 gru_ivset(void *cb, unsigned long mem_addr, unsigned int tri1, unsigned long value, unsigned char xtype, unsigned long nelem, unsigned long hints) argument
453 gru_vflush(void *cb, unsigned long mem_addr, unsigned long nelem, unsigned char xtype, unsigned long stride, unsigned long hints) argument
466 gru_nop(void *cb, int hints) argument
474 gru_bcopy(void *cb, const unsigned long src, unsigned long dest, unsigned int tri0, unsigned int xtype, unsigned long nelem, unsigned int bufsize, unsigned long hints) argument
489 gru_bstore(void *cb, const unsigned long src, unsigned long dest, unsigned int tri0, unsigned int xtype, unsigned long nelem, unsigned long hints) argument
502 gru_gamir(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long hints) argument
512 gru_gamirr(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long hints) argument
522 gru_gamer(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long operand1, unsigned long operand2, unsigned long hints) argument
536 gru_gamerr(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long operand1, unsigned long operand2, unsigned long hints) argument
549 gru_gamxr(void *cb, unsigned long src, unsigned int tri0, unsigned long hints) argument
560 gru_mesq(void *cb, unsigned long queue, unsigned long tri0, unsigned long nelem, unsigned long hints) argument
[all...]

Completed in 387 milliseconds

12