Home
last modified time | relevance | path

Searched refs:alu_write_pc_interworks (Results 1 – 2 of 2) sorted by relevance

/arch/arm/kernel/
Dprobes.h110 #define alu_write_pc_interworks true macro
116 #define alu_write_pc_interworks false macro
122 extern bool alu_write_pc_interworks;
129 if (alu_write_pc_interworks) in alu_write_pc()
Dprobes.c67 bool alu_write_pc_interworks; variable
73 alu_write_pc_interworks = arch >= CPU_ARCH_ARMv7; in test_alu_write_pc_interworking()