Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/probes/
Ddecode.h266 REG_TYPE_NONE = 0, /* Not a register, ignore */ enumerator
284 REG_TYPE_0 = REG_TYPE_NONE
Ddecode.c269 case REG_TYPE_NONE: in decode_regs()
/kernel/linux/linux-5.10/arch/arm/probes/uprobes/
Dactions-arm.c27 if ((regs & 0xf) == REG_TYPE_NONE) in uprobes_substitute_pc()
52 if ((regs & 0xf) == REG_TYPE_NONE) in uprobes_substitute_pc()
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
Dexynos_drm_g2d.c131 REG_TYPE_NONE = -1, enumerator
303 buf_info->reg_types[i] = REG_TYPE_NONE; in g2d_init_cmdlist()
597 reg_type = REG_TYPE_NONE; in g2d_get_reg_type()
710 if (reg_type == REG_TYPE_NONE) { in g2d_map_cmdlist_gem()
795 buf_info->reg_types[i] = REG_TYPE_NONE; in g2d_unmap_cmdlist_gem()
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/
Dtest-core.c797 case REG_TYPE_NONE: in coverage_add_registers()