Home
last modified time | relevance | path

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

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