Searched refs:_fp (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/arch/sparc/include/asm/ |
D | perf_event.h | 10 unsigned long _pstate, _asi, _pil, _i7, _fp; \ 20 "=r" (_fp)); \ 25 (regs)->u_regs[UREG_I6] = _fp; \
|
/linux-6.1.9/arch/sparc/lib/ |
D | U3copy_from_user.S | 19 .word 98b, y##_fp; \
|
D | M7copy_from_user.S | 20 .word 98b, y##_fp; \
|
D | NG4copy_from_user.S | 19 .word 98b, y##_fp; \
|
D | NG4copy_to_user.S | 19 .word 98b, y##_fp; \
|
D | U3copy_to_user.S | 19 .word 98b, y##_fp; \
|
D | M7copy_to_user.S | 20 .word 98b, y##_fp; \
|
D | NG2copy_from_user.S | 19 .word 98b, y##_fp; \
|
D | NG2copy_to_user.S | 19 .word 98b, y##_fp; \
|
/linux-6.1.9/drivers/scsi/qla2xxx/ |
D | qla_def.h | 5475 #define DBG_FCPORT_PRFMT(_fp, _fmt, _args...) \ argument 5477 __func__, _fp->port_name, ##_args, atomic_read(&_fp->state), \ 5478 _fp->disc_state, _fp->scan_state, _fp->loop_id, _fp->deleted, \ 5479 _fp->flags
|