Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/powerpc/booke/
H A Dcopyin.c82 copyin_word(const uint32_t * const usaddr32, register_t ds_msr) in copyin_word() argument
92 : [ds_msr] "r" (ds_msr), [usaddr32] "b" (usaddr32)); in copyin_word()
97 copyin_word_bswap(const uint32_t * const usaddr32, register_t ds_msr) in copyin_word_bswap() argument
107 : [ds_msr] "r" (ds_msr), [usaddr32] "b" (usaddr32)); in copyin_word_bswap()
112 copyin_8words(const uint32_t *usaddr32, uint32_t *kdaddr32, register_t ds_msr) in copyin_8words() argument
133 : [ds_msr] "r" (ds_msr), [usaddr32] "b" (usaddr32)); in copyin_8words()
137 copyin_16words(const uint32_t *usaddr32, uint32_t *kdaddr32, register_t ds_msr) in copyin_16words() argument
169 : [ds_msr] "r" (ds_msr), [usaddr32] "b" (usaddr32)); in copyin_16words()
186 const uint32_t *usaddr32 = (void *)usaddr; in copyin_words() local
190 copyin_16words(usaddr32, kdaddr32, ds_msr); in copyin_words()
[all …]