Searched refs:opcode_str (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/arch/alpha/kernel/ |
D | err_marvel.c | 279 char opcode_str[10]; in marvel_print_po7_ugbge_sym() local 296 sprintf(opcode_str, "Wr32"); in marvel_print_po7_ugbge_sym() 299 sprintf(opcode_str, "WrQW"); in marvel_print_po7_ugbge_sym() 302 sprintf(opcode_str, "WrIPR"); in marvel_print_po7_ugbge_sym() 305 sprintf(opcode_str, "Victim"); in marvel_print_po7_ugbge_sym() 308 sprintf(opcode_str, "BlkIO"); in marvel_print_po7_ugbge_sym() 311 sprintf(opcode_str, "0x%llx\n", in marvel_print_po7_ugbge_sym() 322 opcode_str); in marvel_print_po7_ugbge_sym()
|
/linux-5.19.10/drivers/platform/x86/ |
D | think-lmi.c | 338 char *opcode_str; in tlmi_opcode_setting() local 341 opcode_str = kasprintf(GFP_KERNEL, "%s:%s;", setting, value); in tlmi_opcode_setting() 342 if (!opcode_str) in tlmi_opcode_setting() 345 ret = tlmi_simple_call(LENOVO_OPCODE_IF_GUID, opcode_str); in tlmi_opcode_setting() 346 kfree(opcode_str); in tlmi_opcode_setting()
|