Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dusercfi.c185 unsigned long token_loc = 0; in save_user_shstk() local
192 ret = create_rstor_token(ss_ptr, &token_loc); in save_user_shstk()
195 *saved_shstk_ptr = token_loc; in save_user_shstk()
196 set_active_shstk(tsk, token_loc); in save_user_shstk()