Lines Matching defs:opcode
119 static bool cxl_is_security_command(u16 opcode) in cxl_is_security_command()
130 u16 opcode) in cxl_set_security_cmd_enabled()
168 static bool cxl_is_poison_command(u16 opcode) in cxl_is_poison_command()
179 u16 opcode) in cxl_set_poison_cmd_enabled()
205 static struct cxl_mem_command *cxl_mem_find_command(u16 opcode) in cxl_mem_find_command()
216 static const char *cxl_mem_opcode_to_name(u16 opcode) in cxl_mem_opcode_to_name()
287 static bool cxl_mem_raw_command_allowed(u16 opcode) in cxl_mem_raw_command_allowed()
328 static bool cxl_payload_from_user_allowed(u16 opcode, void *payload_in) in cxl_payload_from_user_allowed()
354 struct cxl_mailbox *cxl_mbox, u16 opcode, in cxl_mbox_cmd_ctor()
710 static int check_features_opcodes(u16 opcode, int *ro_cmds, int *wr_cmds) in check_features_opcodes()
759 u16 opcode = le16_to_cpu(cel_entry[i].opcode); in cxl_walk_cel() local