Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c6789 uint64_t cap_val; in do_map_shadow_stack() local
6795 cap_val = (cap_ptr & TARGET_PAGE_MASK) | 1; in do_map_shadow_stack()
6796 if (put_user_u64(cap_val, cap_ptr)) { in do_map_shadow_stack()