Home
last modified time | relevance | path

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

/linux-6.12.1/arch/um/include/shared/
Das-layout.h27 #define STUB_END (STUB_DATA + STUB_DATA_PAGES * UM_KERN_PAGE_SIZE) macro
/linux-6.12.1/arch/um/os-Linux/skas/
Dprocess.c184 if ((UPT_IP(regs) >= STUB_START) && (UPT_IP(regs) < STUB_END)) in handle_trap()