Searched defs:usaddr32 (Results 1 – 1 of 1) sorted by relevance
82 copyin_word(const uint32_t * const usaddr32, register_t ds_msr) in copyin_word()97 copyin_word_bswap(const uint32_t * const usaddr32, register_t ds_msr) in copyin_word_bswap()112 copyin_8words(const uint32_t *usaddr32, uint32_t *kdaddr32, register_t ds_msr) in copyin_8words()137 copyin_16words(const uint32_t *usaddr32, uint32_t *kdaddr32, register_t ds_msr) in copyin_16words()186 const uint32_t *usaddr32 = (void *)usaddr; in copyin_words() local326 const uint32_t *usaddr32 = (const void *)((uintptr_t)usaddr & ~3); in copyinstr() local