undef_hook
static struct undef_hook iwmmxt_undef_hook = {
void register_undef_hook(struct undef_hook *hook);
void unregister_undef_hook(struct undef_hook *hook);
static struct undef_hook debug_reg_hook = {
static struct undef_hook debug_oslsr_hook = {
static struct undef_hook kgdb_brkpt_arm_hook = {
static struct undef_hook kgdb_brkpt_thumb_hook = {
static struct undef_hook kgdb_compiled_brkpt_arm_hook = {
static struct undef_hook kgdb_compiled_brkpt_thumb_hook = {
static struct undef_hook arm_break_hook = {
static struct undef_hook thumb_break_hook = {
static struct undef_hook thumb2_break_hook = {
static struct undef_hook swp_hook = {
static struct undef_hook tcm_hook __initdata = {
static LIST_HEAD(undef_hook);
void register_undef_hook(struct undef_hook *hook)
list_add(&hook->node, &undef_hook);
void unregister_undef_hook(struct undef_hook *hook)
struct undef_hook *hook;
list_for_each_entry(hook, &undef_hook, node)
static struct undef_hook arm_mrc_hook = {
static struct undef_hook kprobes_thumb16_break_hook = {
static struct undef_hook kprobes_thumb32_break_hook = {
static struct undef_hook kprobes_arm_break_hook = {
static struct undef_hook uprobes_arm_break_hook = {
static struct undef_hook uprobes_arm_ss_hook = {
static struct undef_hook neon_support_hook[] = {{
static struct undef_hook vfp_support_hook = {
static struct undef_hook vfp_detect_hook __initdata = {