Home
last modified time | relevance | path

Searched refs:err_code (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/i386/hvf/
H A Dx86_mmu.c46 int err_code; member
105 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() argument
192 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 …]
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c303 int err_code; in calibrate_24mhz_bclk() local
319 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()
/openbmc/qemu/block/
H A Discsi.c117 int err_code; member
245 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()
/openbmc/u-boot/drivers/mmc/
H A Dmxcmmc.c212 u32 err_code = (stat >> 9) & 0x3; in mxcmci_finish_data() local
213 if (err_code == 2) /* No CRC response */ in mxcmci_finish_data()
/openbmc/u-boot/arch/x86/cpu/
H A Dmp_init.c53 int err_code; member
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/
H A D0001-Update-asiolink-for-boost-1.87.patch190 boost::system::error_code err_code;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Fix-more-non-prototype-functions.patch270 char *err_text, krb5_error_code err_code);