Home
last modified time | relevance | path

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

/linux/arch/um/include/shared/
H A Das-layout.h28 #define STUB_END (STUB_START + STUB_SIZE) macro
/linux/arch/um/os-Linux/skas/
H A Dprocess.c272 if ((UPT_IP(regs) >= STUB_START) && (UPT_IP(regs) < STUB_END)) in handle_trap()