Searched refs:uspace (Results 1 – 3 of 3) sorted by relevance
71 digit uspace[5], vspace[5], qspace[5]; in __qdivrem() local90 u = &uspace[0]; in __qdivrem()249 tmp.ul[H] = COMBINE(uspace[1], uspace[2]); in __qdivrem()250 tmp.ul[L] = COMBINE(uspace[3], uspace[4]); in __qdivrem()
72 digit uspace[5], vspace[5], qspace[5]; in __qdivrem() local91 u = &uspace[0]; in __qdivrem()250 tmp.ul[H] = COMBINE(uspace[1], uspace[2]); in __qdivrem()251 tmp.ul[L] = COMBINE(uspace[3], uspace[4]); in __qdivrem()
188 register_t uspace; in init_powernv() local351 uspace = (register_t)proc0paddr + USPACE - FRAMELEN; in init_powernv()352 proc0.p_md.md_regs = (struct trapframe *)uspace; in init_powernv()