Searched defs:hints (Results 1 - 3 of 3) sorted by relevance

/arch/x86/include/asm/
H A Dmshyperv.h10 u32 hints; member in struct:ms_hyperv_info
/arch/ia64/kernel/
H A Dpalinfo.c259 "\tStore hints : ", cci.pcci_ld_latency);
266 seq_puts(m, "\n\tLoad hints : ");
424 pal_hints_u_t hints; local
441 if (ia64_pal_rse_info(&phys_stacked, &hints) == 0)
444 "RSE load/store hints : %ld (%s)\n",
445 phys_stacked, hints.ph_data,
446 hints.ph_data < RSE_HINTS_COUNT ? rse_hints[hints.ph_data]: "(??)");
/arch/ia64/include/asm/
H A Dpal.h163 store_hints : 8, /* 55-48 Store hints*/
164 load_hints : 8; /* 63-56 Load hints */
219 /* Possible values for cache hints */
1492 pal_hints_u_t *hints)
1498 if (hints)
1499 hints->ph_data = iprv.v1;
1491 ia64_pal_rse_info(unsigned long *num_phys_stacked, pal_hints_u_t *hints) argument

Completed in 176 milliseconds