Home
last modified time | relevance | path

Searched refs:tbase (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/
A Ddw_timer.c86 uint64_t *tbase = (uint64_t *)(timer_priv->base); in do_prepare_sleep_action() local
87 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() local
95 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()
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_malloc.c3474 m->seg.base = tbase; in add_segment()
3509 char *tbase = CMFAIL; in sys_alloc() local
3558 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