Searched refs:lp_count (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.5.0/arch/arc/core/ |
D | userspace.S | 259 mov lp_count, r1 283 brne.d.nt lp_count, 0x1, inc_len 284 sub lp_count, lp_count, 0x1
|
D | fast_irq.S | 72 mov r23,lp_count 138 mov lp_count,r23
|
D | fatal.c | 38 esf->lp_end, esf->lp_start, esf->lp_count); in dump_arc_esf()
|
/Zephyr-Core-3.5.0/arch/arc/include/ |
D | kernel_arch_data.h | 43 uintptr_t lp_count; member 94 uintptr_t lp_count;
|
D | swap_macros.h | 204 MOVR r0, lp_count 242 MOVR lp_count, r0
|
/Zephyr-Core-3.5.0/arch/arc/core/offsets/ |
D | offsets.c | 67 GEN_OFFSET_SYM(_isf_t, lp_count);
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-1.14.rst | 1700 * :github:`12479` - arc: the pollution of lp_start,lpend and lp_count will break down the system
|