Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c7982 # define test_stack(S, E, L) (E == L) macro
7984 # define test_stack(S, E, L) (S == L) macro
7997 if (test_stack(start, end, info->stack_limit)) { in open_self_maps_4()