/linux/arch/arm/probes/kprobes/ |
H A D | test-core.h | 232 #define TEST_R(code1, reg, val, code2) \ argument 233 TESTCASE_START(code1 #reg code2) \ 236 TEST_INSTRUCTION(code1 #reg code2) \ 239 #define TEST_RR(code1, reg1, val1, code2, reg2, val2, code3) \ argument 240 TESTCASE_START(code1 #reg1 code2 #reg2 code3) \ 244 TEST_INSTRUCTION(code1 #reg1 code2 #reg2 code3) \ 247 #define TEST_RRR(code1, reg1, val1, code2, reg2, val2, code3, reg3, val3, code4)\ argument 248 TESTCASE_START(code1 #reg1 code2 #reg2 code3 #reg3 code4) \ 253 TEST_INSTRUCTION(code1 #reg1 code2 #reg2 code3 #reg3 code4) \ 256 #define TEST_RRRR(code1, reg1, val1, code2, reg2, val2, code3, reg3, val3, code4, reg4, val4) \ argument [all …]
|
H A D | test-arm.c | 19 #define TEST_ARM_TO_THUMB_INTERWORK_R(code1, reg, val, code2) \ argument 20 TESTCASE_START(code1 #reg code2) \ 25 "1: "code1 #reg code2" \n\t" \ 34 #define TEST_ARM_TO_THUMB_INTERWORK_P(code1, reg, val, code2) \ argument 35 TESTCASE_START(code1 #reg code2) \ 41 "1: "code1 #reg code2" \n\t" \
|
H A D | test-thumb.c | 41 #define TEST_THUMB_TO_ARM_INTERWORK_P(code1, reg, val, code2) \ argument 42 TESTCASE_START(code1 #reg code2) \ 49 "1: "code1 #reg code2" \n\t" \
|
/linux/Documentation/translations/zh_CN/arch/arm64/ |
H A D | booting.txt | 94 u32 code1; /* 可执行代码 */ 109 - code0/code1 负责跳转到 stext. 111 - 当通过 EFI 启动时, 最初 code0/code1 被跳过。
|
/linux/Documentation/translations/zh_TW/arch/arm64/ |
H A D | booting.txt | 98 u32 code1; /* 可執行代碼 */ 113 - code0/code1 負責跳轉到 stext. 115 - 當通過 EFI 啓動時, 最初 code0/code1 被跳過。
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_mbx.c | 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() 91 code0, code1, mbx_resp->resp_status); in hclgevf_get_mbx_resp()
|
/linux/drivers/scsi/ |
H A D | constants.c | 321 unsigned char code1, code2_min, code2_max; member 391 if (additional2[i].code1 == asc && in scsi_extd_sense_format()
|
/linux/arch/arm64/include/asm/ |
H A D | image.h | 46 __le32 code1; member
|
/linux/arch/riscv/include/asm/ |
H A D | image.h | 53 u32 code1; member
|
/linux/Documentation/translations/zh_CN/arch/riscv/ |
H A D | boot-image-header.rst | 26 u32 code1; /* Executable code */
|
/linux/sound/usb/line6/ |
H A D | driver.h | 184 extern char *line6_alloc_sysex_buffer(struct usb_line6 *line6, int code1,
|
H A D | driver.c | 265 char *line6_alloc_sysex_buffer(struct usb_line6 *line6, int code1, int code2, in line6_alloc_sysex_buffer() argument 275 buffer[sizeof(line6_midi_id) + 1] = code1; in line6_alloc_sysex_buffer()
|
/linux/Documentation/arch/riscv/ |
H A D | boot-image-header.rst | 13 u32 code1; /* Executable code */
|
/linux/drivers/usb/atm/ |
H A D | cxacru.c | 936 u8 code1, u8 code2, u32 addr, const u8 *data, int size) in cxacru_fw() argument 953 buf[offb++] = code1; in cxacru_fw()
|
/linux/drivers/firmware/cirrus/ |
H A D | cs_dsp.c | 2575 unsigned int code0, code1, lock_reg; in cs_dsp_adsp2_lock() local 2584 code0 = code1 = 0; in cs_dsp_adsp2_lock() 2587 code1 = ADSP2_LOCK_CODE_1; in cs_dsp_adsp2_lock() 2591 code1 |= ADSP2_LOCK_CODE_1 << ADSP2_LOCK_REGION_SHIFT; in cs_dsp_adsp2_lock() 2594 regmap_write(regmap, lock_reg, code1); in cs_dsp_adsp2_lock()
|
/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_fw.c | 1079 u32 ioc_status, code, code1, code2, code3; in mpi3mr_print_fault_info() local 1085 code1 = readl(&mrioc->sysif_regs->fault_info[0]); in mpi3mr_print_fault_info() 1091 code, code1, code2, code3); in mpi3mr_print_fault_info()
|