Searched refs:code0 (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/Documentation/translations/zh_CN/arm64/ | 
| D | booting.txt | 93   u32 code0;			/* 可执行代码 */ 109 - code0/code1 负责跳转到 stext. 111 - 当通过 EFI 启动时, 最初 code0/code1 被跳过。 113   (efi_stub_entry)。当 stub 代码完成了它的使命,它会跳转到 code0
  | 
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3vf/ | 
| D | hclgevf_mbx.c | 25 static int hclgevf_get_mbx_resp(struct hclgevf_dev *hdev, u16 code0, u16 code1,  in hclgevf_get_mbx_resp()  argument 53 			code0, code1, hdev->mbx_resp.received_resp, i);  in hclgevf_get_mbx_resp() 69 	if (!(r_code0 == code0 && r_code1 == code1 && !mbx_resp->resp_status)) {  in hclgevf_get_mbx_resp() 72 			code0, code1, mbx_resp->resp_status);  in hclgevf_get_mbx_resp()
  | 
| /Linux-v5.4/arch/arm64/include/asm/ | 
| D | image.h | 45 	__le32 code0;  member
  | 
| /Linux-v5.4/Documentation/riscv/ | 
| D | boot-image-header.rst | 15 	u32 code0;		  /* Executable code */ 37   code0 should be replaced with "MZ" magic string and res5(at offset 0x3c) should
  | 
| /Linux-v5.4/arch/riscv/include/asm/ | 
| D | image.h | 52 	u32 code0;  member
  | 
| /Linux-v5.4/Documentation/arm64/ | 
| D | booting.rst | 77   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-v5.4/sound/soc/codecs/ | 
| D | wm_adsp.c | 2855 	unsigned int code0, code1, lock_reg;  in wm_adsp2_lock()  local 2864 		code0 = code1 = 0;  in wm_adsp2_lock() 2866 			code0 = ADSP2_LOCK_CODE_0;  in wm_adsp2_lock() 2870 			code0 |= ADSP2_LOCK_CODE_0 << ADSP2_LOCK_REGION_SHIFT;  in wm_adsp2_lock() 2873 		regmap_write(regmap, lock_reg, code0);  in wm_adsp2_lock()
  |