Searched refs:length (Results 1 – 3 of 3) sorted by relevance
| /libcpu/risc-v/common64/ |
| A D | riscv.h | 27 #define __PARTBIT(value,start_bit,length) (((value) >> (start_bit)) & __MASK(length)) argument
|
| /libcpu/arm/cortex-a/ |
| A D | mmu.c | 125 size_t length; in rt_hw_init_mmu_table() local 140 length = mdesc->vaddr_end - mdesc->vaddr_start; in rt_hw_init_mmu_table() 141 rt_aspace_map_static(&rt_kernel_space, &mdesc->varea, &vaddr, length, in rt_hw_init_mmu_table()
|
| /libcpu/arm/cortex-r52/ |
| A D | cp15_gcc.S | 72 and r2, r1, #7 @ extract the length of the cache lines 73 add r2, r2, #4 @ add 4 (line length offset)
|
Completed in 5 milliseconds