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

12

/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...]
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_irq.c61 * Check that the position hints provided by the host are suitable for GNOME
62 * shell (i.e. all screens disjoint and hints for all enabled screens) and if
63 * not replace them with default ones. Providing valid hints improves the
106 /* Query the host for the most recent video mode hints. */
113 struct vbva_modehint *hints; local
133 hints = &vbox->last_mode_hints[vbox_conn->vbox_crtc->crtc_id];
134 if (hints->magic != VBVAMODEHINT_MAGIC)
137 disconnected = !(hints->enabled);
139 vbox_conn->mode_hint.width = hints->cx;
140 vbox_conn->mode_hint.height = hints
[all...]
H A Dmodesetting.c91 * hgsmi_get_mode_hints - Get most recent video mode hints.
94 * @screens: The number of screens to query hints for, starting at 0.
95 * @hints: Array of vbva_modehint structures for receiving the hints.
98 struct vbva_modehint *hints)
103 if (WARN_ON(!hints))
123 memcpy(hints, ((u8 *)p) + sizeof(struct vbva_query_mode_hints), size);
97 hgsmi_get_mode_hints(struct gen_pool *ctx, unsigned int screens, struct vbva_modehint *hints) argument
H A Dvboxvideo_guest.h59 struct vbva_modehint *hints);
/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/objtool/include/objtool/
H A Dobjtool.h31 bool ignore_unreachables, hints, rodata; member in struct:objtool_file
/linux-master/tools/usb/usbip/src/
H A Dusbip_network.c263 struct addrinfo hints, *res, *rp; local
267 memset(&hints, 0, sizeof(hints));
268 hints.ai_family = AF_UNSPEC;
269 hints.ai_socktype = SOCK_STREAM;
272 ret = getaddrinfo(hostname, service, &hints, &res);
H A Dusbipd.c428 struct addrinfo hints, *ai_head; local
431 memset(&hints, 0, sizeof(hints));
432 hints.ai_family = ai_family;
433 hints.ai_socktype = SOCK_STREAM;
434 hints.ai_flags = AI_PASSIVE;
436 rc = getaddrinfo(host, usbip_port_string, &hints, &ai_head);
/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_sockopt.c162 const struct addrinfo *hints,
165 int err = getaddrinfo(node, service, hints, res);
180 struct addrinfo hints = { local
186 hints.ai_family = pf;
191 xgetaddrinfo(listenaddr, port, &hints, &addr);
192 hints.ai_family = pf;
225 struct addrinfo hints = { local
232 hints.ai_family = pf;
234 xgetaddrinfo(remoteaddr, port, &hints, &addr);
161 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/include/linux/
H A Dobjagg.h30 struct objagg_hints *hints, void *priv);
/linux-master/arch/x86/hyperv/
H A Dhv_spinlock.c73 !(ms_hyperv.hints & HV_X64_CLUSTER_IPI_RECOMMENDED) ||
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 Dmmu.c180 if (!(ms_hyperv.hints & HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED))
238 if (!(ms_hyperv.hints & HV_X64_REMOTE_TLB_FLUSH_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/sound/pci/hda/
H A Dhda_sysfs.c273 snd_array_for_each(&codec->hints, i, hint) {
286 snd_array_for_each(&codec->hints, i, hint) {
342 if (codec->hints.used >= MAX_HINTS)
345 hint = snd_array_new(&codec->hints);
405 static DEVICE_ATTR_RW(hints);
632 .alias = "[hints]",
776 snd_array_init(&codec->hints, sizeof(struct hda_hint), 32);
789 /* clear hints */
790 snd_array_for_each(&codec->hints, i, hint) {
793 snd_array_free(&codec->hints);
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dxdping.c90 struct addrinfo *a, hints = { .ai_family = AF_INET }; local
158 /* Only supports IPv4; see hints initiailization above. */
159 if (getaddrinfo(argv[optind], NULL, &hints, &a) || !a) {
/linux-master/tools/testing/vsock/
H A Dcontrol.c38 struct addrinfo hints = { local
45 ret = getaddrinfo(control_host, control_port, &hints, &result);
/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/tools/objtool/
H A Dobjtool.c110 file.hints = false;
/linux-master/lib/
H A Dobjagg.c51 struct objagg_hints *hints; member in struct:objagg
228 /* In case there are no hints available, the root id is invalid. */
229 if (!objagg->hints) {
241 min = objagg->hints->root_count;
256 if (!objagg->hints)
303 hnode = objagg_hints_lookup(objagg->hints, objagg_obj->obj);
337 /* First, try to use hints if they are available and
489 * @objagg_hints: hints, can be NULL
530 objagg->hints = objagg_hints;
567 if (objagg->hints)
[all...]
H A Dtest_objagg.c912 struct objagg_hints *hints; local
941 hints = objagg_hints_get(objagg, OBJAGG_OPT_ALGO_SIMPLE_GREEDY);
942 if (IS_ERR(hints)) {
943 err = PTR_ERR(hints);
947 pr_debug_hints_stats(hints);
948 err = check_expect_hints_stats(hints, &hints_case->expect_stats_hints,
955 objagg2 = objagg_create(&delta_ops, hints, &world2);
985 objagg_hints_put(hints);
/linux-master/tools/testing/selftests/net/
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/drivers/ata/
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

Completed in 259 milliseconds

12