Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/cxl/
Dhcalls.h92 long cxl_h_read_error_state(u64 unit_address, u64 *state);
Dhcalls.c287 long cxl_h_read_error_state(u64 unit_address, u64 *state) in cxl_h_read_error_state() function
Dguest.c184 rc = cxl_h_read_error_state(afu->guest->handle, &state); in afu_read_error_state()