Searched refs:tbase (Results 1 – 2 of 2) sorted by relevance
86 uint64_t *tbase = (uint64_t *)(timer_priv->base); in do_prepare_sleep_action() local87 registers_save(timer_priv->timer_regs_saved, tbase, 1); in do_prepare_sleep_action()88 registers_save(&timer_priv->timer_regs_saved[1], tbase + 2, 1); in do_prepare_sleep_action()94 uint64_t *tbase = (uint64_t *)(timer_priv->base); in do_wakeup_sleep_action() local95 registers_restore(tbase, timer_priv->timer_regs_saved, 1); in do_wakeup_sleep_action()96 registers_restore(tbase + 2, &timer_priv->timer_regs_saved[1], 1); in do_wakeup_sleep_action()
3474 m->seg.base = tbase; in add_segment()3509 char *tbase = CMFAIL; in sys_alloc() local3558 tbase = base; in sys_alloc()3571 tbase = br; in sys_alloc()3596 tbase = br; in sys_alloc()3611 tbase = mp; in sys_alloc()3632 tbase = br; in sys_alloc()3639 if (tbase != CMFAIL) { in sys_alloc()3679 sp->base = tbase; in sys_alloc()4597 m->seg.base = m->least_addr = tbase; in init_user_mstate()[all …]
Completed in 18 milliseconds