Searched refs:val_byte (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/x86/kernel/ | 
| D | vm86_32.c | 455 #define val_byte(val, n) (((__u8 *)&val)[n])  macro 469 		if (put_user(val_byte(__val, 1), base + ptr) < 0) \ 472 		if (put_user(val_byte(__val, 0), base + ptr) < 0) \ 480 		if (put_user(val_byte(__val, 3), base + ptr) < 0) \ 483 		if (put_user(val_byte(__val, 2), base + ptr) < 0) \ 486 		if (put_user(val_byte(__val, 1), base + ptr) < 0) \ 489 		if (put_user(val_byte(__val, 0), base + ptr) < 0) \ 505 		if (get_user(val_byte(__res, 0), base + ptr) < 0) \ 508 		if (get_user(val_byte(__res, 1), base + ptr) < 0) \ 517 		if (get_user(val_byte(__res, 0), base + ptr) < 0) \ [all …] 
 | 
| /Linux-v5.4/drivers/scsi/qedf/ | 
| D | drv_fcoe_fw_funcs.c | 26 	const u8 val_byte = ctx->ystorm_ag_context.byte0;  in init_initiator_rw_fcoe_task()  local 35 	ctx->ystorm_ag_context.byte0 = val_byte;  in init_initiator_rw_fcoe_task() 119 	const u8 val_byte = ctx->ystorm_ag_context.byte0;  in init_initiator_midpath_unsolicited_fcoe_task()  local 127 	ctx->ystorm_ag_context.byte0 = val_byte;  in init_initiator_midpath_unsolicited_fcoe_task()
  | 
| /Linux-v5.4/drivers/scsi/qedi/ | 
| D | qedi_fw_api.c | 208 	u8 val_byte;  in init_default_iscsi_task()  local 211 	val_byte = context->mstorm_ag_context.cdu_validation;  in init_default_iscsi_task() 213 	context->mstorm_ag_context.cdu_validation = val_byte;  in init_default_iscsi_task()
  |