Searched refs:unaligned_action (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dunaligned.c101 static u32 unaligned_action; variable
103 #define unaligned_action UNALIGNED_ACTION_QUIET macro
1565 if (unaligned_action == UNALIGNED_ACTION_SIGNAL)
1583 if (unaligned_action == UNALIGNED_ACTION_SHOW)
1613 if (unaligned_action == UNALIGNED_ACTION_SHOW)
1643 d = debugfs_create_u32("unaligned_action", S_IRUGO | S_IWUSR,
1644 mips_debugfs_dir, &unaligned_action);

Completed in 61 milliseconds