software_state 760 drivers/misc/cxl/cxl.h __be32 software_state; software_state 441 drivers/misc/cxl/native.c ctx->elem->software_state = cpu_to_be32(pe_state); software_state 499 drivers/misc/cxl/native.c if (!(ctx->elem->software_state & cpu_to_be32(CXL_PE_SOFTWARE_STATE_V))) software_state 511 drivers/misc/cxl/native.c ctx->elem->software_state = 0; /* Remove Valid bit */ software_state 917 drivers/misc/cxl/native.c ctx->elem->software_state = cpu_to_be32(CXL_PE_SOFTWARE_STATE_V); software_state 514 drivers/misc/ocxl/link.c if (pe->software_state) { software_state 535 drivers/misc/ocxl/link.c pe->software_state = cpu_to_be32(SPA_PE_VALID); software_state 645 drivers/misc/ocxl/link.c if (!(be32_to_cpu(pe->software_state) & SPA_PE_VALID)) { software_state 94 drivers/misc/ocxl/ocxl_internal.h __be32 software_state;