Searched defs:user (Results 1 – 7 of 7) sorted by relevance
84 const arm_user_regs* user = reinterpret_cast<const arm_user_regs*>(remote_data); in Read() local
87 const x86_64_user_regs* user = reinterpret_cast<const x86_64_user_regs*>(remote_data); in Read() local
78 const x86_user_regs* user = reinterpret_cast<const x86_user_regs*>(user_data); in Read() local
142 const riscv64_user_regs* user = reinterpret_cast<const riscv64_user_regs*>(remote_data); in Read() local
135 const arm64_user_regs* user = reinterpret_cast<const arm64_user_regs*>(remote_data); in Read() local
195 for (userid_t user : vol_manager->getStartedUsers()) { in doPostMount() local
707 int Thread::_threadLoop(void* user) in _threadLoop()