Searched refs:hit (Results 1 – 17 of 17) sorted by relevance
/arch/arm64/mm/ |
D | context.c | 130 bool hit = false; in check_update_reserved_asid() local 143 hit = true; in check_update_reserved_asid() 148 return hit; in check_update_reserved_asid()
|
/arch/arm/mm/ |
D | context.c | 171 bool hit = false; in check_update_reserved_asid() local 184 hit = true; in check_update_reserved_asid() 189 return hit; in check_update_reserved_asid()
|
/arch/arm/probes/kprobes/ |
D | test-core.c | 1221 int hit; member 1243 probe->hit = -1; in register_test_probe() 1251 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_before_pre_handler() 1267 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_case_pre_handler() 1276 if (container_of(p, struct test_probe, kprobe)->hit == test_instance) in test_after_pre_handler() 1295 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_after_pre_handler() 1540 if (test_before_probe.hit != test_instance) { in kprobes_test_case_end() 1545 if (test_after_probe.hit != test_instance && in kprobes_test_case_end() 1546 test_after2_probe.hit != test_instance) { in kprobes_test_case_end() 1570 if (test_case_probe.hit != test_instance) { in kprobes_test_case_end() [all …]
|
/arch/mn10300/kernel/ |
D | kgdb.c | 362 bool hit = false; in kgdb_arch_undo_singlestep() local 369 hit = true; in kgdb_arch_undo_singlestep() 379 hit = true; in kgdb_arch_undo_singlestep() 392 return hit; in kgdb_arch_undo_singlestep()
|
/arch/arm/boot/compressed/ |
D | head-xscale.S | 20 @ memory to be sure we hit the same cache.
|
/arch/alpha/lib/ |
D | strrchr.S | 40 bne t1, $eos # .. e1 : did we already hit the terminator?
|
D | ev67-strrchr.S | 62 bne t1, $eos # U : did we already hit the terminator?
|
/arch/sh/ |
D | Kconfig.debug | 29 performance hit. Most users should say N.
|
/arch/powerpc/platforms/8xx/ |
D | Kconfig | 127 performance hit.
|
/arch/frv/mm/ |
D | tlb-miss.S | 304 # - need to check IAMR1 lest we cause an multiple-DAT-hit exception
|
/arch/arm/mach-omap2/ |
D | sram242x.S | 308 str r10, [r11] @ hit DLLB also
|
D | sram243x.S | 308 str r10, [r11] @ hit DLLB also
|
/arch/arm/mach-ixp4xx/ |
D | Kconfig | 217 plus a spinlock, but in some cases the performance hit is
|
/arch/sh/lib/ |
D | memcpy-sh4.S | 450 ! and dest hit the same cache line, this will thrash, so make
|
/arch/ia64/ |
D | Kconfig | 337 performance hit.
|
/arch/arm/ |
D | Kconfig | 1106 can populate the micro-TLB with a stale entry which may be hit with 1122 bool "ARM errata: Possible cache data corruption with hit-under-miss enabled" 1127 hit-under-miss enabled). It sets the undocumented bit 31 in 1129 register, thus disabling hit-under-miss without putting the
|
/arch/ |
D | Kconfig | 104 are hit by user-space applications.
|