Home
last modified time | relevance | path

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

/linux/kernel/unwind/
H A Duser.c15 get_user_word(unsigned long *word, unsigned long base, int off, unsigned int ws) in get_user_word() function
53 if (get_user_word(&ra, cfa, frame->ra_off, state->ws)) in unwind_user_next_common()
57 if (frame->fp_off && get_user_word(&fp, cfa, frame->fp_off, state->ws)) in unwind_user_next_common()