Searched refs:kdaddr32 (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/sys/arch/powerpc/booke/ |
| H A D | copyin.c | 112 copyin_8words(const uint32_t *usaddr32, uint32_t *kdaddr32, register_t ds_msr) in copyin_8words() argument 129 [data0] "=&r" (kdaddr32[0]), [data1] "=&r" (kdaddr32[1]), in copyin_8words() 130 [data2] "=&r" (kdaddr32[2]), [data3] "=&r" (kdaddr32[3]), in copyin_8words() 131 [data4] "=&r" (kdaddr32[4]), [data5] "=&r" (kdaddr32[5]), in copyin_8words() 132 [data6] "=&r" (kdaddr32[6]), [data7] "=&r" (kdaddr32[7]) in copyin_8words() 137 copyin_16words(const uint32_t *usaddr32, uint32_t *kdaddr32, register_t ds_msr) in copyin_16words() argument 161 [data0] "=&r" (kdaddr32[0]), [data1] "=&r" (kdaddr32[1]), in copyin_16words() 162 [data2] "=&r" (kdaddr32[2]), [data3] "=&r" (kdaddr32[3]), in copyin_16words() 163 [data4] "=&r" (kdaddr32[4]), [data5] "=&r" (kdaddr32[5]), in copyin_16words() 164 [data6] "=&r" (kdaddr32[6]), [data7] "=&r" (kdaddr32[7]), in copyin_16words() [all …]
|