Home
last modified time | relevance | path

Searched refs:end3 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dmte-kasan.h154 u64 curr, mask, dczid, dczid_bs, dczid_dzp, end1, end2, end3; in mte_set_mem_tag_range() local
165 end3 = curr + size; in mte_set_mem_tag_range()
167 end2 = end3 & ~mask; in mte_set_mem_tag_range()
189 while (curr < end3) \ in mte_set_mem_tag_range()
/openbmc/linux/arch/m68k/sun3x/
H A Ddvma.c113 unsigned long end3; in dvma_map_cpu() local
121 end3 = (vaddr + (PMD_SIZE-1)) & PMD_MASK; in dvma_map_cpu()
123 end3 = end2; in dvma_map_cpu()
133 } while(vaddr < end3); in dvma_map_cpu()
/openbmc/linux/tools/edid/
H A Dedid.S271 end3: .byte 0x0a /* End marker */ label
272 .fill 12-(end3-start3), 1, 0x20 /* Padded spaces */
/openbmc/linux/fs/ntfs3/
H A Dbitmap.c367 size_t end3, end, new_key, new_len, max_new_len; in wnd_remove_free_ext() local
402 end3 = e3->start.key + e3->count.key; in wnd_remove_free_ext()
403 if (end3 > end_in) { in wnd_remove_free_ext()
406 e3->count.key = end3 - end_in; in wnd_remove_free_ext()