Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
H A Duprobes.c66 (insn & ANNUL_BIT) == ANNUL_BIT) in arch_uprobe_copy_ixol()
67 insn &= ~ANNUL_BIT; in arch_uprobe_copy_ixol()
/linux/arch/sparc/include/asm/
H A Duprobes.h23 #define ANNUL_BIT (1 << 29) macro