Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dusercfi.c158 static int create_rstor_token(unsigned long ssp, unsigned long *token_addr) in create_rstor_token() function
192 ret = create_rstor_token(ss_ptr, &token_loc); in save_user_shstk()
238 if (create_rstor_token(addr + token_offset, NULL)) { in allocate_shadow_stack()
/linux/arch/x86/kernel/
H A Dshstk.c50 static int create_rstor_token(unsigned long ssp, unsigned long *token_addr) in create_rstor_token() function
110 if (create_rstor_token(mapped_addr + token_offset, NULL)) { in alloc_shstk()