Searched refs:err_code (Results 1 – 7 of 7) sorted by relevance
46 int err_code; member105 pt->err_code |= MMU_PAGE_WT; in test_pt_entry()108 pt->err_code |= MMU_PAGE_US; in test_pt_entry()111 pt->err_code |= MMU_PAGE_NX; in test_pt_entry()123 pt->err_code |= MMU_PAGE_PT; in test_pt_entry()127 pt->err_code |= MMU_PAGE_PT; in test_pt_entry()179 static bool walk_gpt(CPUState *cpu, target_ulong addr, int err_code, in walk_gpt() argument192 pt->user_access = (err_code & MMU_PAGE_US); in walk_gpt()193 pt->write_access = (err_code & MMU_PAGE_WT); in walk_gpt()194 pt->exec_access = (err_code & MMU_PAGE_NX); in walk_gpt()[all …]
303 int err_code; in calibrate_24mhz_bclk() local319 err_code = readl(MCHBAR_REG(BIOS_MAILBOX_INTERFACE)) & 0xff; in calibrate_24mhz_bclk()321 debug("PCODE: 24MHz BLCK calibration response: %d\n", err_code); in calibrate_24mhz_bclk()
117 int err_code; member245 iTask->err_code = 0; in iscsi_co_generic_cb()249 iTask->err_code = -EIO; in iscsi_co_generic_cb()280 iTask->err_code = -error; in iscsi_co_generic_cb()681 r = iTask.err_code;912 r = iTask.err_code;949 r = iTask.err_code; in iscsi_co_flush()1203 r = iTask.err_code; in iscsi_co_pdiscard()1312 r = iTask.err_code; in iscsi_co_pwrite_zeroes()2398 r = iscsi_task.err_code; in iscsi_co_copy_range_to()
212 u32 err_code = (stat >> 9) & 0x3; in mxcmci_finish_data() local213 if (err_code == 2) /* No CRC response */ in mxcmci_finish_data()
53 int err_code; member
190 boost::system::error_code err_code;
270 char *err_text, krb5_error_code err_code);