Home
last modified time | relevance | path

Searched refs:code0 (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/
H A Dbooting.txt93 u32 code0; /* 可执行代码 */
109 - code0/code1 负责跳转到 stext.
111 - 当通过 EFI 启动时, 最初 code0/code1 被跳过。
113 (efi_stub_entry)。当 stub 代码完成了它的使命,它会跳转到 code0
/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/
H A Dbooting.txt97 u32 code0; /* 可執行代碼 */
113 - code0/code1 負責跳轉到 stext.
115 - 當通過 EFI 啓動時, 最初 code0/code1 被跳過。
117 (efi_stub_entry)。當 stub 代碼完成了它的使命,它會跳轉到 code0
/openbmc/linux/Documentation/translations/zh_CN/riscv/
H A Dboot-image-header.rst25 u32 code0; /* Executable code */
45 支持EFI桩,应该用“MZ”魔术字符替换掉code0,并且res3(偏移量未0x3c)应指向PE/COFF
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_mbx.c40 static int hclgevf_get_mbx_resp(struct hclgevf_dev *hdev, u16 code0, u16 code1, in hclgevf_get_mbx_resp() argument
72 code0, code1, hdev->mbx_resp.received_resp, i); in hclgevf_get_mbx_resp()
88 if (!(r_code0 == code0 && r_code1 == code1 && !mbx_resp->resp_status)) { in hclgevf_get_mbx_resp()
91 code0, code1, mbx_resp->resp_status); in hclgevf_get_mbx_resp()
/openbmc/linux/Documentation/riscv/
H A Dboot-image-header.rst12 u32 code0; /* Executable code */
33 load it as an EFI application. In order to support EFI stub, code0 is replaced
/openbmc/linux/arch/arm64/include/asm/
H A Dimage.h45 __le32 code0; member
/openbmc/linux/arch/riscv/include/asm/
H A Dimage.h52 u32 code0; member
/openbmc/u-boot/arch/arm/lib/
H A Dimage.c17 uint32_t code0; /* Executable code */ member
/openbmc/linux/Documentation/arch/arm64/
H A Dbooting.rst77 u32 code0; /* Executable code */
93 - code0/code1 are responsible for branching to stext.
95 - when booting through EFI, code0/code1 are initially skipped.
98 jumps to code0 to resume the normal boot process.
/openbmc/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c2537 unsigned int code0, code1, lock_reg; in cs_dsp_adsp2_lock() local
2546 code0 = code1 = 0; in cs_dsp_adsp2_lock()
2548 code0 = ADSP2_LOCK_CODE_0; in cs_dsp_adsp2_lock()
2552 code0 |= ADSP2_LOCK_CODE_0 << ADSP2_LOCK_REGION_SHIFT; in cs_dsp_adsp2_lock()
2555 regmap_write(regmap, lock_reg, code0); in cs_dsp_adsp2_lock()