Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/arm64/
A Dbooting.txt93 u32 code0; /* 可执行代码 */
109 - code0/code1 负责跳转到 stext.
111 - 当通过 EFI 启动时, 最初 code0/code1 被跳过。
113 (efi_stub_entry)。当 stub 代码完成了它的使命,它会跳转到 code0
/linux/Documentation/translations/zh_TW/arm64/
A Dbooting.txt97 u32 code0; /* 可執行代碼 */
113 - code0/code1 負責跳轉到 stext.
115 - 當通過 EFI 啓動時, 最初 code0/code1 被跳過。
117 (efi_stub_entry)。當 stub 代碼完成了它的使命,它會跳轉到 code0
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
A Dhclgevf_mbx.c38 static int hclgevf_get_mbx_resp(struct hclgevf_dev *hdev, u16 code0, u16 code1, in hclgevf_get_mbx_resp() argument
66 code0, code1, hdev->mbx_resp.received_resp, i); in hclgevf_get_mbx_resp()
82 if (!(r_code0 == code0 && r_code1 == code1 && !mbx_resp->resp_status)) { in hclgevf_get_mbx_resp()
85 code0, code1, mbx_resp->resp_status); in hclgevf_get_mbx_resp()
/linux/Documentation/translations/zh_CN/riscv/
A Dboot-image-header.rst25 u32 code0; /* Executable code */
45 支持EFI桩,应该用“MZ”魔术字符替换掉code0,并且res3(偏移量未0x3c)应指向PE/COFF
/linux/Documentation/riscv/
A Dboot-image-header.rst15 u32 code0; /* Executable code */
37 code0 should be replaced with "MZ" magic string and res3(at offset 0x3c) should
/linux/arch/arm64/include/asm/
A Dimage.h45 __le32 code0; member
/linux/arch/riscv/include/asm/
A Dimage.h52 u32 code0; member
/linux/Documentation/arm64/
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.
/linux/drivers/firmware/cirrus/
A Dcs_dsp.c2331 unsigned int code0, code1, lock_reg; in cs_dsp_adsp2_lock() local
2340 code0 = code1 = 0; in cs_dsp_adsp2_lock()
2342 code0 = ADSP2_LOCK_CODE_0; in cs_dsp_adsp2_lock()
2346 code0 |= ADSP2_LOCK_CODE_0 << ADSP2_LOCK_REGION_SHIFT; in cs_dsp_adsp2_lock()
2349 regmap_write(regmap, lock_reg, code0); in cs_dsp_adsp2_lock()

Completed in 39 milliseconds