Home
last modified time | relevance | path

Searched refs:REG_TYPE_NONE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm/probes/
H A Ddecode.h242 REG_TYPE_NONE = 0, /* Not a register, ignore */ enumerator
260 REG_TYPE_0 = REG_TYPE_NONE
H A Ddecode.c269 case REG_TYPE_NONE: in decode_regs()
/openbmc/linux/arch/arm/probes/uprobes/
H A Dactions-arm.c27 if ((regs & 0xf) == REG_TYPE_NONE) in uprobes_substitute_pc()
52 if ((regs & 0xf) == REG_TYPE_NONE) in uprobes_substitute_pc()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c132 REG_TYPE_NONE = -1, enumerator
305 buf_info->reg_types[i] = REG_TYPE_NONE; in g2d_init_cmdlist()
592 reg_type = REG_TYPE_NONE; in g2d_get_reg_type()
705 if (reg_type == REG_TYPE_NONE) { in g2d_map_cmdlist_gem()
790 buf_info->reg_types[i] = REG_TYPE_NONE; in g2d_unmap_cmdlist_gem()
/openbmc/linux/arch/arm/probes/kprobes/
H A Dtest-core.c797 case REG_TYPE_NONE: in coverage_add_registers()