| /arch/powerpc/kernel/ |
| A D | hw_breakpoint.c | 284 int *hit, ppc_inst_t instr) in stepping_handler() argument 292 if (!hit[i]) in stepping_handler() 305 if (!hit[i]) in stepping_handler() 316 int *hit, unsigned long ea) in handle_p10dd1_spurious_exception() argument 365 hit[i] = 1; in handle_p10dd1_spurious_exception() 383 int hit[HBP_NUM_MAX] = {0}; in hw_breakpoint_handler() local 426 hit[i] = 1; in hw_breakpoint_handler() 453 if (!hit[i] || !is_ptrace_bp(bp[i])) in hw_breakpoint_handler() 465 if (!hit[i]) in hw_breakpoint_handler() 473 if (!stepping_handler(regs, bp, hit, instr)) in hw_breakpoint_handler() [all …]
|
| /arch/mips/mm/ |
| A D | context.c | 101 bool hit; in check_update_reserved_mmid() local 113 hit = false; in check_update_reserved_mmid() 116 hit = true; in check_update_reserved_mmid() 121 return hit; in check_update_reserved_mmid()
|
| /arch/arm64/kvm/ |
| A D | vmid.c | 75 bool hit = false; in check_update_reserved_vmid() local 84 hit = true; in check_update_reserved_vmid() 89 return hit; in check_update_reserved_vmid()
|
| /arch/csky/mm/ |
| A D | asid.c | 58 bool hit = false; in check_update_reserved_asid() local 71 hit = true; in check_update_reserved_asid() 76 return hit; in check_update_reserved_asid()
|
| /arch/arm/mm/ |
| A D | context.c | 168 bool hit = false; in check_update_reserved_asid() local 181 hit = true; in check_update_reserved_asid() 186 return hit; in check_update_reserved_asid()
|
| /arch/riscv/mm/ |
| A D | context.c | 39 bool hit = false; in check_update_reserved_context() local 52 hit = true; in check_update_reserved_context() 57 return hit; in check_update_reserved_context()
|
| /arch/arm/probes/kprobes/ |
| A D | test-core.c | 1163 int hit; member 1185 probe->hit = -1; in register_test_probe() 1193 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_before_pre_handler() 1209 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_case_pre_handler() 1218 if (container_of(p, struct test_probe, kprobe)->hit == test_instance) in test_after_pre_handler() 1237 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_after_pre_handler() 1481 if (test_before_probe.hit != test_instance) { in kprobes_test_case_end() 1486 if (test_after_probe.hit != test_instance && in kprobes_test_case_end() 1487 test_after2_probe.hit != test_instance) { in kprobes_test_case_end() 1511 if (test_case_probe.hit != test_instance) { in kprobes_test_case_end() [all …]
|
| /arch/arm64/mm/ |
| A D | context.c | 137 bool hit = false; in check_update_reserved_asid() local 150 hit = true; in check_update_reserved_asid() 155 return hit; in check_update_reserved_asid()
|
| /arch/arm/boot/compressed/ |
| A D | head-xscale.S | 21 @ memory to be sure we hit the same cache.
|
| A D | head-sa1100.S | 31 @ memory to be sure we hit the same cache.
|
| /arch/alpha/lib/ |
| A D | strrchr.S | 41 bne t1, $eos # .. e1 : did we already hit the terminator?
|
| A D | ev67-strrchr.S | 63 bne t1, $eos # U : did we already hit the terminator?
|
| /arch/arm/boot/dts/marvell/ |
| A D | kirkwood-netgear_readynas_nv+_v2.dts | 117 compatible = "hit,hd44780";
|
| A D | armada-370-netgear-rn104.dts | 147 compatible = "hit,hd44780";
|
| /arch/sh/ |
| A D | Kconfig.debug | 23 performance hit. Most users should say N.
|
| /arch/arm64/boot/dts/freescale/ |
| A D | imx8mn-rve-gateway.dts | 40 compatible = "hit,hd44780";
|
| /arch/arm/mach-omap2/ |
| A D | sram242x.S | 294 str r10, [r11] @ hit DLLB also
|
| A D | sram243x.S | 294 str r10, [r11] @ hit DLLB also
|
| /arch/arm64/boot/dts/qcom/ |
| A D | sc7280-qcard.dtsi | 494 * via the eDP connector (it doesn't hit the baseboard). The external pulls
|
| /arch/sh/lib/ |
| A D | memcpy-sh4.S | 451 ! and dest hit the same cache line, this will thrash, so make
|
| /arch/arm/ |
| A D | Kconfig | 699 can populate the micro-TLB with a stale entry which may be hit with 715 bool "ARM errata: Possible cache data corruption with hit-under-miss enabled" 720 hit-under-miss enabled). It sets the undocumented bit 31 in 722 register, thus disabling hit-under-miss without putting the
|
| /arch/arm64/boot/dts/rockchip/ |
| A D | rk3399-gru.dtsi | 306 * To make extra certain that we don't hit this OVP at suspend time, we'll
|
| /arch/x86/kvm/mmu/ |
| A D | mmu.c | 5068 goto hit; in cached_root_find_without_current() 5072 hit: in cached_root_find_without_current()
|
| /arch/ |
| A D | Kconfig | 153 are hit by user-space applications.
|