Home
last modified time | relevance | path

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

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