first_frame 93 arch/powerpc/oprofile/backtrace.c int first_frame = 1; first_frame 100 arch/powerpc/oprofile/backtrace.c sp = kernel_getsp(sp, first_frame); first_frame 103 arch/powerpc/oprofile/backtrace.c first_frame = 0; first_frame 110 arch/powerpc/oprofile/backtrace.c sp = user_getsp64(sp, first_frame); first_frame 113 arch/powerpc/oprofile/backtrace.c first_frame = 0; first_frame 121 arch/powerpc/oprofile/backtrace.c sp = user_getsp32(sp, first_frame); first_frame 124 arch/powerpc/oprofile/backtrace.c first_frame = 0; first_frame 45 arch/s390/include/asm/unwind.h struct pt_regs *regs, unsigned long first_frame); first_frame 73 arch/s390/include/asm/unwind.h #define unwind_for_each_frame(state, task, regs, first_frame) \ first_frame 74 arch/s390/include/asm/unwind.h for (unwind_start(state, task, regs, first_frame); \ first_frame 39 arch/x86/include/asm/unwind.h struct pt_regs *regs, unsigned long *first_frame); first_frame 56 arch/x86/include/asm/unwind.h struct pt_regs *regs, unsigned long *first_frame) first_frame 58 arch/x86/include/asm/unwind.h first_frame = first_frame ? : get_stack_pointer(task, regs); first_frame 60 arch/x86/include/asm/unwind.h __unwind_start(state, task, regs, first_frame); first_frame 367 arch/x86/kernel/unwind_frame.c struct pt_regs *regs, unsigned long *first_frame) first_frame 392 arch/x86/kernel/unwind_frame.c if (regs && regs->ip == 0 && (unsigned long *)regs->sp >= first_frame) { first_frame 408 arch/x86/kernel/unwind_frame.c (!on_stack(&state->stack_info, first_frame, sizeof(long)) || first_frame 409 arch/x86/kernel/unwind_frame.c (state->next_bp == NULL && state->bp < first_frame))) first_frame 53 arch/x86/kernel/unwind_guess.c struct pt_regs *regs, unsigned long *first_frame) first_frame 58 arch/x86/kernel/unwind_guess.c state->sp = PTR_ALIGN(first_frame, sizeof(long)); first_frame 60 arch/x86/kernel/unwind_guess.c get_stack_info(first_frame, state->task, &state->stack_info, first_frame 69 arch/x86/kernel/unwind_guess.c (!on_stack(&state->stack_info, first_frame, sizeof(long)) || first_frame 70 arch/x86/kernel/unwind_guess.c !__kernel_text_address(*first_frame))) first_frame 616 arch/x86/kernel/unwind_orc.c struct pt_regs *regs, unsigned long *first_frame) first_frame 687 arch/x86/kernel/unwind_orc.c (!on_stack(&state->stack_info, first_frame, sizeof(long)) || first_frame 688 arch/x86/kernel/unwind_orc.c state->sp < (unsigned long)first_frame)) first_frame 1003 drivers/block/pktcdvd.c int first_frame = (bio->bi_iter.bi_sector - pkt->sector) / first_frame 1007 drivers/block/pktcdvd.c BUG_ON(first_frame < 0); first_frame 1008 drivers/block/pktcdvd.c BUG_ON(first_frame + num_frames > pkt->frames); first_frame 1009 drivers/block/pktcdvd.c for (f = first_frame; f < first_frame + num_frames; f++) first_frame 171 drivers/ide/ide-tape.c unsigned int first_frame; first_frame 362 drivers/ide/ide-tape.c tape->first_frame += blocks; first_frame 758 drivers/ide/ide-tape.c tape->first_frame = be32_to_cpup((__be32 *)&buf[4]); first_frame 764 drivers/ide/ide-tape.c return tape->first_frame; first_frame 861 drivers/ide/ide-tape.c rq->__sector = tape->first_frame; first_frame 1378 drivers/ide/ide-tape.c int block_offset = 0, position = tape->first_frame; first_frame 362 drivers/media/usb/gspca/cpia1.c u8 first_frame; first_frame 1614 drivers/media/usb/gspca/cpia1.c sd->first_frame = 6; first_frame 1731 drivers/media/usb/gspca/cpia1.c if (sd->first_frame) { first_frame 1732 drivers/media/usb/gspca/cpia1.c sd->first_frame--; first_frame 1733 drivers/media/usb/gspca/cpia1.c if (sd->first_frame == 0) first_frame 92 drivers/media/usb/gspca/ov519.c u8 first_frame; first_frame 4255 drivers/media/usb/gspca/ov519.c sd->first_frame = 3; first_frame 4465 drivers/media/usb/gspca/ov519.c if (sd->first_frame) { first_frame 4466 drivers/media/usb/gspca/ov519.c sd->first_frame--;