Home
last modified time | relevance | path

Searched refs:read_pointer (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dunwind.c170 static unsigned long read_pointer(const u8 **pLoc,
203 || (void *)read_pointer(&ptr, end, header_start[1]) != table_start in init_unwind_table()
205 || read_pointer(&ptr, end, header_start[2]) <= 0 in init_unwind_table()
299 if (!read_pointer(&ptr, (const u8 *)(fde + 1) + *fde, in init_unwind_hdr()
340 header->table[n].start = read_pointer(&ptr, in init_unwind_hdr()
536 static unsigned long read_pointer(const u8 **pLoc, const void *end, in read_pointer() function
649 if (!read_pointer(&ptr, end, ptrType) in fde_pointer_type()
735 state->loc = read_pointer(&ptr.p8, end, in processCFI()
959 if (tableSize && read_pointer(&ptr, end, hdr[1]) in arc_unwind()
961 && (i = read_pointer( in arc_unwind()
[all...]
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dunwind.c170 static unsigned long read_pointer(const u8 **pLoc,
203 || (void *)read_pointer(&ptr, end, header_start[1]) in init_unwind_table()
206 || read_pointer(&ptr, end, header_start[2]) <= 0 in init_unwind_table()
295 if (!read_pointer(&ptr, (const u8 *)(fde + 1) + *fde, in init_unwind_hdr()
336 header->table[n].start = read_pointer(&ptr, in init_unwind_hdr()
534 static unsigned long read_pointer(const u8 **pLoc, const void *end, in read_pointer() function
647 if (!read_pointer(&ptr, end, ptrType) in fde_pointer_type()
733 state->loc = read_pointer(&ptr.p8, end, in processCFI()
957 if (tableSize && read_pointer(&ptr, end, hdr[1]) in arc_unwind()
959 && (i = read_pointer( in arc_unwind()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dst.h44 int read_pointer; member
H A Dst.c856 (STp->buffer)->read_pointer) / STp->block_size - in flush_buffer()
857 ((STp->buffer)->read_pointer + STp->block_size - 1) / in flush_buffer()
860 (STp->buffer)->read_pointer = 0; in flush_buffer()
1195 (STp->buffer)->buffer_bytes = (STp->buffer)->read_pointer = 0; in check_tape()
1960 STbp->read_pointer = 0; in read_tape()
2996 (STp->buffer)->buffer_bytes = (STp->buffer)->read_pointer = 0; in st_int_ioctl()
4069 for (i = 0, offset = st_bp->read_pointer; in from_buffer()
4084 st_bp->read_pointer += cnt; in move_buffer_data()
4113 st_bp->buffer_bytes = st_bp->read_pointer = total; in move_buffer_data()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dst.h43 int read_pointer; member
H A Dst.c857 (STp->buffer)->read_pointer) / STp->block_size - in flush_buffer()
858 ((STp->buffer)->read_pointer + STp->block_size - 1) / in flush_buffer()
861 (STp->buffer)->read_pointer = 0; in flush_buffer()
1196 (STp->buffer)->buffer_bytes = (STp->buffer)->read_pointer = 0; in check_tape()
1961 STbp->read_pointer = 0; in read_tape()
2996 (STp->buffer)->buffer_bytes = (STp->buffer)->read_pointer = 0; in st_int_ioctl()
4039 for (i = 0, offset = st_bp->read_pointer; in from_buffer()
4054 st_bp->read_pointer += cnt; in move_buffer_data()
4083 st_bp->buffer_bytes = st_bp->read_pointer = total; in move_buffer_data()

Completed in 15 milliseconds