Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 14 of 14) sorted by relevance

/lk-master/lib/bio/
A Dsubdev.c75 subdev_t *sub = NULL; in bio_publish_subdevice() local
89 sub = malloc(sizeof(subdev_t)); in bio_publish_subdevice()
90 if (!sub) { in bio_publish_subdevice()
135 geometry = &sub->geometry; in bio_publish_subdevice()
155 sub->parent = parent; in bio_publish_subdevice()
157 sub->offset = startblock; in bio_publish_subdevice()
159 sub->dev.read = &subdev_read; in bio_publish_subdevice()
161 sub->dev.write = &subdev_write; in bio_publish_subdevice()
163 sub->dev.erase = &subdev_erase; in bio_publish_subdevice()
164 sub->dev.close = &subdev_close; in bio_publish_subdevice()
[all …]
/lk-master/arch/arm/arm/
A Dexceptions.S69 sub sp, #8
84 sub lr, \offset
121 sub sp, #8
136 sub lr, \offset
A Dstart.S61 sub r11, r11, r4
93 sub r6, r7
103 sub pc, r12
107 sub r11, r11, r12
145 sub r8, r8, #1
332 sub lr, r11
/lk-master/lib/libc/string/arch/arm/arm/
A Dmemcpy.S66 sub r2, r2, #32 // subtract an extra 32 to the len so we can avoid an extra compare
139 sub r2, r2, r12, lsr #28
152 sub r1, r1, #1
153 sub r0, r0, #1
A Dmemset.S51 sub r2, r2, #32
94 sub r2, r2, r3, lsr #28
/lk-master/arch/arm64/include/arch/
A Dasm_macros.h51 sub \new_ptr, \new_ptr, #1
63 sub \new_ptr, \new_ptr, \phys_offset
64 sub \new_ptr_end, \new_ptr_end, \phys_offset
/lk-master/arch/arm64/
A Dstart.S225 sub phys_offset, tmp, phys_offset
245 sub idx_shift, idx_shift, #(MMU_KERNEL_PAGE_SIZE_SHIFT - 3)
351 sub tmp2, tmp2, tmp
354 sub tmp2, tmp2, #8
377 sub sp, tmp, tmp2
A Dexceptions.S19 sub sp, sp, #32 label
43 sub sp, sp, #32 label
/lk-master/arch/riscv/
A Dstart.S48 sub sp, sp, t1
242 sub t0, t0, t1
/lk-master/arch/or1k/
A Dstart.S21 l.sub rd, rd, r9
28 l.sub rd, r9, rd
35 l.sub r1, r1, r31
381 l.sub r4, r4, r3 /* to phys */
384 l.sub r5, r5, r3 /* to phys */
/lk-master/external/platform/nrfx/soc/
A Dnrfx_atomic.c242 NRFX_ATOMIC_OP(sub, old_val, new_val, p_data, value); in nrfx_atomic_u32_fetch_sub()
261 NRFX_ATOMIC_OP(sub, old_val, new_val, p_data, value); in nrfx_atomic_u32_sub()
A Dnrfx_atomic_internal.h157 sub r5, r0, r1 in nrfx_atomic_internal_sub()
/lk-master/external/platform/stm32f0xx/CMSIS/
A DCMSIS_END_USER_LICENCE_AGREEMENT.txt47sub-contractors for whose acts and omissions you hereby agree to be responsible to ARM for to the …
/lk-master/external/platform/nrfx/doc/
A Dnrfx.doxyfile67 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-

Completed in 17 milliseconds