Lines Matching refs:state
464 int rc = 0, state;
476 state = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "powerpc/dtl:online",
478 if (state < 0) {
486 dtl_worker_state = state;
1609 struct hpt_resize_state *state = data;
1611 state->commit_rc = plpar_resize_hpt_commit(0, state->shift);
1612 if (state->commit_rc != H_SUCCESS)
1616 ppc64_pft_size = state->shift;
1629 struct hpt_resize_state state = {
1681 &state, NULL);
1686 switch (state.commit_rc) {
1692 state.commit_rc);
1765 unsigned long state)
1775 plpar_hcall_norets(H_PAGE_INIT, state, addr + j, 0);