Searched refs:hook (Results 1 – 21 of 21) sorted by relevance
| /arch/csky/kernel/ |
| A D | ftrace.c | 70 static int ftrace_check_current_nop(unsigned long hook) in ftrace_check_current_nop() argument 73 unsigned long hook_pos = hook - 2; in ftrace_check_current_nop() 91 static int ftrace_modify_code(unsigned long hook, unsigned long target, in ftrace_modify_code() argument 96 unsigned long hook_pos = hook - 2; in ftrace_modify_code() 99 make_jbsr(target, hook, call, nolr); in ftrace_modify_code()
|
| /arch/arm64/mm/ |
| A D | ioremap.c | 8 int arm64_ioremap_prot_hook_register(ioremap_prot_hook_t hook) in arm64_ioremap_prot_hook_register() argument 13 ioremap_prot_hook = hook; in arm64_ioremap_prot_hook_register()
|
| /arch/arm64/kernel/ |
| A D | traps.c | 773 const struct sys64_hook *hook, *hook_base; in do_el0_cp15() local 796 for (hook = hook_base; hook->handler; hook++) in do_el0_cp15() 797 if ((hook->esr_mask & esr) == hook->esr_val) { in do_el0_cp15() 798 hook->handler(esr, regs); in do_el0_cp15() 813 const struct sys64_hook *hook; in do_el0_sys() local 815 for (hook = sys64_hooks; hook->handler; hook++) in do_el0_sys() 816 if ((hook->esr_mask & esr) == hook->esr_val) { in do_el0_sys() 817 hook->handler(esr, regs); in do_el0_sys()
|
| /arch/arm/include/asm/ |
| A D | traps.h | 20 void register_undef_hook(struct undef_hook *hook); 21 void unregister_undef_hook(struct undef_hook *hook);
|
| /arch/arm/kernel/ |
| A D | traps.c | 410 void register_undef_hook(struct undef_hook *hook) in register_undef_hook() argument 415 list_add(&hook->node, &undef_hook); in register_undef_hook() 419 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook() argument 424 list_del(&hook->node); in unregister_undef_hook() 431 struct undef_hook *hook; in call_undef_hook() local 436 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook() 437 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook() 438 (regs->ARM_cpsr & hook->cpsr_mask) == hook->cpsr_val) in call_undef_hook() 439 fn = hook->fn; in call_undef_hook()
|
| /arch/arm/boot/dts/rockchip/ |
| A D | rk3288-veyron-sdmmc.dtsi | 49 /* This is where we actually hook up CD */
|
| /arch/arm/mach-omap1/ |
| A D | ams-delta-fiq-handler.S | 216 hksw: @Is hook switch interrupt requested? 217 tst r13, #HOOK_SWITCH_MASK @ is hook switch status bit set?
|
| /arch/arm/boot/dts/broadcom/ |
| A D | bcm911360_entphn.dts | 53 button-hook {
|
| /arch/arm64/include/asm/ |
| A D | io.h | 266 int arm64_ioremap_prot_hook_register(const ioremap_prot_hook_t hook);
|
| /arch/arm64/boot/dts/qcom/ |
| A D | sc7280-herobrine-herobrine-r1.dts | 54 * might hook up different trackpads (or no i2c trackpad at all in the case
|
| A D | sdm660-xiaomi-lavender.dts | 83 * Until we hook up type-c detection, we
|
| A D | sda660-inforce-ifc6560.dts | 41 * Until we hook up type-c detection, we
|
| A D | msm8998-fxtec-pro1.dts | 29 * Until we hook up type-c detection, we
|
| A D | sdm845-cheza.dtsi | 919 * - On cheza we want to be able to hook DP up to _either_ of the 931 * All the hardware muxes would allow us to hook things up in different
|
| A D | sdm630-sony-xperia-nile.dtsi | 150 * Until we hook up type-c detection, we
|
| /arch/arm/common/ |
| A D | mcpm_head.S | 178 @ If a platform-specific CPU setup hook is needed, it is
|
| /arch/arm/boot/dts/allwinner/ |
| A D | sun8i-a83t-tbs-a711.dts | 132 * hook it up somewheere
|
| /arch/arm64/boot/dts/rockchip/ |
| A D | rk3399-gru.dtsi | 809 /* This is where we actually hook up CD; has external pull */
|
| /arch/arm64/boot/dts/freescale/ |
| A D | imx8-apalis-v1.1.dtsi | 21 /* TODO: hook-up to Apalis BKL1_PWM */
|
| /arch/arm/boot/dts/nvidia/ |
| A D | tegra30-lg-x3.dtsi | 616 hp-hook {
|
| /arch/m68k/ifpsp060/src/ |
| A D | fpsp.S | 4389 # supplied bsun hook. 4420 bra.l _real_bsun # branch to user bsun hook
|
Completed in 55 milliseconds