Home
last modified time | relevance | path

Searched refs:hook (Results 1 – 21 of 21) sorted by relevance

/arch/csky/kernel/
A Dftrace.c70 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 Dioremap.c8 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 Dtraps.c773 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 Dtraps.h20 void register_undef_hook(struct undef_hook *hook);
21 void unregister_undef_hook(struct undef_hook *hook);
/arch/arm/kernel/
A Dtraps.c410 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 Drk3288-veyron-sdmmc.dtsi49 /* This is where we actually hook up CD */
/arch/arm/mach-omap1/
A Dams-delta-fiq-handler.S216 hksw: @Is hook switch interrupt requested?
217 tst r13, #HOOK_SWITCH_MASK @ is hook switch status bit set?
/arch/arm/boot/dts/broadcom/
A Dbcm911360_entphn.dts53 button-hook {
/arch/arm64/include/asm/
A Dio.h266 int arm64_ioremap_prot_hook_register(const ioremap_prot_hook_t hook);
/arch/arm64/boot/dts/qcom/
A Dsc7280-herobrine-herobrine-r1.dts54 * might hook up different trackpads (or no i2c trackpad at all in the case
A Dsdm660-xiaomi-lavender.dts83 * Until we hook up type-c detection, we
A Dsda660-inforce-ifc6560.dts41 * Until we hook up type-c detection, we
A Dmsm8998-fxtec-pro1.dts29 * Until we hook up type-c detection, we
A Dsdm845-cheza.dtsi919 * - 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 Dsdm630-sony-xperia-nile.dtsi150 * Until we hook up type-c detection, we
/arch/arm/common/
A Dmcpm_head.S178 @ If a platform-specific CPU setup hook is needed, it is
/arch/arm/boot/dts/allwinner/
A Dsun8i-a83t-tbs-a711.dts132 * hook it up somewheere
/arch/arm64/boot/dts/rockchip/
A Drk3399-gru.dtsi809 /* This is where we actually hook up CD; has external pull */
/arch/arm64/boot/dts/freescale/
A Dimx8-apalis-v1.1.dtsi21 /* TODO: hook-up to Apalis BKL1_PWM */
/arch/arm/boot/dts/nvidia/
A Dtegra30-lg-x3.dtsi616 hp-hook {
/arch/m68k/ifpsp060/src/
A Dfpsp.S4389 # supplied bsun hook.
4420 bra.l _real_bsun # branch to user bsun hook

Completed in 55 milliseconds