Home
last modified time | relevance | path

Searched refs:stack_space (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm/probes/kprobes/
H A Dcheckers-common.c17 asi->stack_space = 0; in checker_stack_use_none()
25 asi->stack_space = -1; in checker_stack_use_unknown()
35 asi->stack_space = imm; in checker_stack_use_imm_0xx()
48 asi->stack_space = imm << 2; in checker_stack_use_t32strd()
57 asi->stack_space = imm; in checker_stack_use_imm_x0x()
67 asi->stack_space = imm; in checker_stack_use_imm_xxx()
77 asi->stack_space = (hweight32(reglist) - (!pbit ? 1 : 0)) * 4; in checker_stack_use_stmdx()
H A Dcheckers-thumb.c92 asi->stack_space = hweight32(reglist) * 4; in t16_check_stack()
/linux/arch/arm/include/asm/
H A Dprobes.h35 int stack_space; member
/linux/arch/arm/probes/
H A Ddecode.c433 asi->stack_space = 0; in probes_decode_insn()