Searched refs:halfwords (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | bitmap.c | 1308 unsigned int i, halfwords; in bitmap_from_arr32() local 1310 halfwords = DIV_ROUND_UP(nbits, 32); in bitmap_from_arr32() 1311 for (i = 0; i < halfwords; i++) { in bitmap_from_arr32() 1313 if (++i < halfwords) in bitmap_from_arr32() 1319 bitmap[(halfwords - 1) / 2] &= BITMAP_LAST_WORD_MASK(nbits); in bitmap_from_arr32() 1331 unsigned int i, halfwords; in bitmap_to_arr32() local 1333 halfwords = DIV_ROUND_UP(nbits, 32); in bitmap_to_arr32() 1334 for (i = 0; i < halfwords; i++) { in bitmap_to_arr32() 1336 if (++i < halfwords) in bitmap_to_arr32() 1342 buf[halfwords in bitmap_to_arr32() [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | bitmap.c | 1459 unsigned int i, halfwords; in bitmap_from_arr32() local 1461 halfwords = DIV_ROUND_UP(nbits, 32); in bitmap_from_arr32() 1462 for (i = 0; i < halfwords; i++) { in bitmap_from_arr32() 1464 if (++i < halfwords) in bitmap_from_arr32() 1470 bitmap[(halfwords - 1) / 2] &= BITMAP_LAST_WORD_MASK(nbits); in bitmap_from_arr32() 1482 unsigned int i, halfwords; in bitmap_to_arr32() local 1484 halfwords = DIV_ROUND_UP(nbits, 32); in bitmap_to_arr32() 1485 for (i = 0; i < halfwords; i++) { in bitmap_to_arr32() 1487 if (++i < halfwords) in bitmap_to_arr32() 1493 buf[halfwords in bitmap_to_arr32() [all...] |
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/ |
H A D | actions-thumb.c | 33 unsigned int halfwords; in t32_simulate_table_branch() local 36 halfwords = ((u16 *)rnv)[rmv]; in t32_simulate_table_branch() 38 halfwords = ((u8 *)rnv)[rmv]; in t32_simulate_table_branch() 40 regs->ARM_pc = pc + 2 * halfwords; in t32_simulate_table_branch() 149 /* Fixup modified instruction to have halfwords in correct order...*/ in t32_decode_ldmstm()
|
/kernel/linux/linux-6.6/arch/arm/probes/kprobes/ |
H A D | actions-thumb.c | 33 unsigned int halfwords; in t32_simulate_table_branch() local 36 halfwords = ((u16 *)rnv)[rmv]; in t32_simulate_table_branch() 38 halfwords = ((u8 *)rnv)[rmv]; in t32_simulate_table_branch() 40 regs->ARM_pc = pc + 2 * halfwords; in t32_simulate_table_branch() 149 /* Fixup modified instruction to have halfwords in correct order...*/ in t32_decode_ldmstm()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | head.S | 580 THUMB( strh r6, [r0], #2 ) @ For Thumb-2, store as two halfwords
|
Completed in 8 milliseconds