Searched refs:REG_TYPE_NONE (Results 1 – 4 of 4) sorted by relevance
242 REG_TYPE_NONE = 0, /* Not a register, ignore */ enumerator260 REG_TYPE_0 = REG_TYPE_NONE
269 case REG_TYPE_NONE: in decode_regs()
27 if ((regs & 0xf) == REG_TYPE_NONE) in uprobes_substitute_pc()52 if ((regs & 0xf) == REG_TYPE_NONE) in uprobes_substitute_pc()
797 case REG_TYPE_NONE: in coverage_add_registers()
Completed in 12 milliseconds