Home
last modified time | relevance | path

Searched defs:unsafe_copy_fpr_to_user (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dsignal.h51 #define unsafe_copy_fpr_to_user(to, task, label) do { \ macro
134 #define unsafe_copy_fpr_to_user(to, task, label) \ macro
175 #define unsafe_copy_fpr_to_user(to, task, label) do { if (0) goto label;} while (0) macro