Home
last modified time | relevance | path

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

/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
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_mbx.c35 * @code0: the message opcode VF send to PF.
40 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()
90 "VF could not match resp code(code0=%u,code1=%u), %d\n", in hclgevf_get_mbx_resp()
91 code0, code1, mbx_resp->resp_status); in hclgevf_get_mbx_resp()
/linux/Documentation/arch/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
/linux/arch/arm64/include/asm/
H A Dimage.h32 * @code0: Executable code, or
45 __le32 code0; member
/linux/arch/riscv/include/asm/
H A Dimage.h37 * @code0: Executable code
54 u32 code0; member
/linux/Documentation/arch/arm64/
H A Dbooting.rst80 u32 code0; /* Executable code */
96 - code0/code1 are responsible for branching to stext.
98 - when booting through EFI, code0/code1 are initially skipped.
101 jumps to code0 to resume the normal boot process.
/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c2570 unsigned int code0, code1, lock_reg; in cs_dsp_adsp2_lock() local
2579 code0 = code1 = 0; in cs_dsp_adsp2_lock()
2581 code0 = ADSP2_LOCK_CODE_0; in cs_dsp_adsp2_lock()
2585 code0 |= ADSP2_LOCK_CODE_0 << ADSP2_LOCK_REGION_SHIFT; in cs_dsp_adsp2_lock()
2588 regmap_write(regmap, lock_reg, code0); in cs_dsp_adsp2_lock()