Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/
Dtboot.c364 u8 log_uuid[16]; in tboot_log_read() local
373 memcpy_fromio(log_uuid, log_base, sizeof(log_uuid)); in tboot_log_read()
374 if (memcmp(&tboot_log_uuid, log_uuid, sizeof(log_uuid))) in tboot_log_read()
/Linux-v5.15/drivers/cxl/
Dpci.c116 static const uuid_t log_uuid[] = { variable
1342 if (!uuid_equal(&uuid, &log_uuid[CEL_UUID])) in cxl_mem_enumerate_cmds()