Home
last modified time | relevance | path

Searched refs:security_command_sets (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/cxl/core/
H A Dmbox.c108 static u8 security_command_sets[] = { variable
118 for (i = 0; i < ARRAY_SIZE(security_command_sets); i++) in cxl_is_security_command()
119 if (security_command_sets[i] == (opcode >> 8)) in cxl_is_security_command()