Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/cxl/
H A Dhcalls.h88 long cxl_h_read_error_state(u64 unit_address, u64 *state);
H A Dhcalls.c283 long cxl_h_read_error_state(u64 unit_address, u64 *state) in cxl_h_read_error_state() function
H A Dguest.c186 rc = cxl_h_read_error_state(afu->guest->handle, &state); in afu_read_error_state()