Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmwait.h14 #define MWAIT_HINT2CSTATE(hint) (((hint) >> MWAIT_SUBSTATE_SIZE) & MWAIT_CSTATE_MASK) argument
15 #define MWAIT_HINT2SUBSTATE(hint) ((hint) & MWAIT_CSTATE_MASK) argument
/arch/mips/include/asm/
Dasm-eva.h18 #define kernel_pref(hint, base) "pref " hint ", " base "\n" argument
55 #define user_pref(hint, base) __BUILD_EVA_INSN("prefe", hint, base) argument
77 #define user_pref(hint, base) kernel_pref(hint, base) argument
105 #define kernel_pref(hint, base) pref hint, base argument
142 #define user_pref(hint, base) __BUILD_EVA_INSN(prefe, hint, base) argument
163 #define user_pref(hint, base) kernel_pref(hint, base) argument
Dprefetch.h47 .macro __pref hint addr
49 pref \hint, \addr
/arch/sparc/kernel/
Diommu-common.c84 iommu->pools[i].hint = start; in iommu_tbl_pool_init()
93 p->hint = p->start; in iommu_tbl_pool_init()
140 start = pool->hint; in iommu_tbl_range_alloc()
186 pool->hint = pool->start; in iommu_tbl_range_alloc()
195 pool->hint = pool->start; in iommu_tbl_range_alloc()
206 (n < pool->hint || need_flush(iommu))) { in iommu_tbl_range_alloc()
212 pool->hint = end; in iommu_tbl_range_alloc()
/arch/mips/lib/
Dmemcpy.S208 # define _PREF(hint, addr, type) \ argument
210 kernel_pref(hint, addr); \
222 user_pref(hint, addr); \
225 kernel_pref(hint, addr); \
229 # define _PREF(hint, addr, type) argument
232 #define PREFS(hint, addr) _PREF(hint, addr, SRC_PREFETCH) argument
233 #define PREFD(hint, addr) _PREF(hint, addr, DST_PREFETCH) argument
/arch/sparc/include/asm/
Diommu-common.h16 unsigned long hint; member
Diommu_64.h24 unsigned int hint; member
/arch/arm/kernel/
Dprocess.c402 unsigned long hint; in arch_setup_additional_pages() local
415 hint = sigpage_addr(mm, npages); in arch_setup_additional_pages()
416 addr = get_unmapped_area(NULL, hint, npages << PAGE_SHIFT, 0, 0); in arch_setup_additional_pages()
/arch/powerpc/kernel/
Diommu.c261 start = pool->hint; in iommu_range_alloc()
294 pool->hint = pool->start; in iommu_range_alloc()
304 pool->hint = pool->start; in iommu_range_alloc()
313 pool->hint = pool->start; in iommu_range_alloc()
329 pool->hint = end; in iommu_range_alloc()
332 pool->hint = (end + tbl->it_blocksize - 1) & in iommu_range_alloc()
758 p->hint = p->start; in iommu_init_table()
765 p->hint = p->start; in iommu_init_table()
/arch/x86/kernel/
Dtraps.c565 enum kernel_gp_hint hint = GP_NO_HINT; in DEFINE_IDTENTRY_ERRORCODE() local
623 hint = get_kernel_gp_address(regs, &gp_addr); in DEFINE_IDTENTRY_ERRORCODE()
625 if (hint != GP_NO_HINT) in DEFINE_IDTENTRY_ERRORCODE()
627 (hint == GP_NON_CANONICAL) ? "probably for non-canonical address" in DEFINE_IDTENTRY_ERRORCODE()
635 if (hint != GP_NON_CANONICAL) in DEFINE_IDTENTRY_ERRORCODE()
/arch/ia64/kernel/
Dunwind_i.h162 unsigned short hint; /* hint for next script to try (or -1) */ member
Dunwind.c1227 struct unw_script *script = unw.cache + info->hint; in script_lookup()
1253 unw.cache[info->prev_script].hint = script - unw.cache; in script_lookup()
1327 script->hint = 0; in script_new()
1557 unw.cache[info->prev_script].hint = script - unw.cache; in build_script()
1861 info->hint = scr->hint; in find_save_locs()
Dunaligned.c174 unsigned long hint:2; /* [28:29] */ member
1392 u.insn.r3, u.insn.x, u.insn.hint, u.insn.x6_sz, u.insn.m, u.insn.op); in ia64_handle_unaligned()
Dhead.S415 self: hint @pause
/arch/s390/include/asm/
Dvx-insn.h366 .macro VLM vfrom, vto, disp, base, hint=3
372 MRXBOPC \hint, 0x36, v1, v3
376 .macro VSTM vfrom, vto, disp, base, hint=3
382 MRXBOPC \hint, 0x3E, v1, v3
/arch/arm64/include/asm/
Dassembler.h97 hint #16
107 hint #20
114 hint #22
797 hint #.L__bti_targets_\targets
Dinsn.h370 __AARCH64_INSN_FUNCS(hint, 0xFFFFF01F, 0xD503201F)
/arch/ia64/include/asm/
Dunwind.h56 short hint; member
/arch/alpha/lib/
Dev6-memset.S161 wh64 ($4) # L1 : memory subsystem write hint
339 wh64 ($4) # L1 : memory subsystem write hint
527 wh64 ($4) # L1 : memory subsystem write hint
Dev6-clear_user.S139 wh64 ($3) # .. .. .. L1 : memory subsystem hint
Dev6-memcpy.S85 wh64 ($7) # L1 : memory subsystem hint: 64 bytes at
/arch/powerpc/include/asm/
Diommu.h89 unsigned long hint; member
/arch/arm/boot/dts/
Dexynos5250-snow-common.dtsi74 /* Use ID 104 as a hint that we're on physical bus 4 */
/arch/ia64/
DKconfig274 any cpu in the system. This hint is available via ACPI 3.0 specifications.
/arch/arm64/
DKconfig1072 requested via a hint to mmap(). The kernel will also use 52-bit
1091 unless a hint is supplied to mmap.