/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | pdc.h | 27 int pdc_instr(unsigned int *instr);
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_dynamic_debug.c | 16 static int param_set_do_prints(const char *instr, const struct kernel_param *kp) in param_set_do_prints() argument
|
/third_party/alsa-lib/src/seq/ |
H A D | seq_old.c | 115 const void *instr ATTRIBUTE_UNUSED) in snd_instr_header_set_alias()
|
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | builder_tests.cpp | 58 nir_builder_instr_insert(b, &store->instr); in store_test_val()
|
/kernel/linux/linux-5.10/drivers/mtd/lpddr/ |
H A D | lpddr_cmds.c | 25 static int lpddr_erase(struct mtd_info *mtd, struct erase_info *instr); 692 static int lpddr_erase(struct mtd_info *mtd, struct erase_info *instr) in lpddr_erase() argument 700 ofs = instr->addr; in lpddr_erase() 701 len = instr->len; in lpddr_erase()
|
/kernel/linux/linux-6.6/drivers/mtd/lpddr/ |
H A D | lpddr_cmds.c | 25 static int lpddr_erase(struct mtd_info *mtd, struct erase_info *instr); 689 static int lpddr_erase(struct mtd_info *mtd, struct erase_info *instr) in lpddr_erase() argument 697 ofs = instr->addr; in lpddr_erase() 698 len = instr->len; in lpddr_erase()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | test_to_hw_instr.cpp | 813 Instruction *instr = bld.pseudo( variable 817 instr->pseudo().scratch_sgpr = m0; 833 Instruction *instr = bld.pseudo( variable 837 instr->pseudo().scratch_sgpr = m0;
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_nir.c | 680 nir_ssa_dest_init(&tex->instr, &tex->dest, 4, 32, NULL); in dzn_nir_blit_fs() 682 nir_builder_instr_insert(&b, &tex->instr); in dzn_nir_blit_fs() 732 nir_ssa_dest_init(&tex->instr, &tex->dest, 4, 32, NULL); in dzn_nir_blit_fs() 733 nir_builder_instr_insert(&b, &tex->instr); in dzn_nir_blit_fs()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_aos.c | 955 struct tgsi_full_instruction *instr = bld.bld_base.instructions + pc; in lp_build_tgsi_aos() local 957 tgsi_get_opcode_info(instr->Instruction.Opcode); in lp_build_tgsi_aos() 958 if (!lp_emit_instruction_aos(&bld, instr, opcode_info, &pc)) in lp_build_tgsi_aos() 960 tgsi_get_opcode_name(instr->Instruction.Opcode)); in lp_build_tgsi_aos()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | proton-pack.c | 540 bool try_emulate_el1_ssbs(struct pt_regs *regs, u32 instr) in try_emulate_el1_ssbs() argument 545 if ((instr & instr_mask) != instr_val) in try_emulate_el1_ssbs() 548 if (instr & BIT(PSTATE_Imm_shift)) in try_emulate_el1_ssbs()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | mce_power.c | 452 struct ppc_inst instr; in mce_find_instr_ea_and_phys() local 460 instr = ppc_inst_read((struct ppc_inst *)instr_addr); in mce_find_instr_ea_and_phys() 461 if (!analyse_instr(&op, &tmp, instr)) { in mce_find_instr_ea_and_phys()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | traps.c | 812 u32 length, instr; in initialize_ivt() local 827 if (pdc_instr(&instr) == PDC_OK) in initialize_ivt() 828 ivap[0] = instr; in initialize_ivt()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | e500_mmu_host.c | 626 enum instruction_fetch_type type, u32 *instr) in kvmppc_load_last_inst() 709 *instr = *(u32 *)(eaddr | (unsigned long)(addr & ~PAGE_MASK)); in kvmppc_load_last_inst() 716 enum instruction_fetch_type type, u32 *instr) in kvmppc_load_last_inst() 625 kvmppc_load_last_inst(struct kvm_vcpu *vcpu, enum instruction_fetch_type type, u32 *instr) kvmppc_load_last_inst() argument 715 kvmppc_load_last_inst(struct kvm_vcpu *vcpu, enum instruction_fetch_type type, u32 *instr) kvmppc_load_last_inst() argument
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | proton-pack.c | 524 bool try_emulate_el1_ssbs(struct pt_regs *regs, u32 instr) in try_emulate_el1_ssbs() argument 529 if ((instr & instr_mask) != instr_val) in try_emulate_el1_ssbs() 532 if (instr & BIT(PSTATE_Imm_shift)) in try_emulate_el1_ssbs()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | e500_mmu_host.c | 626 enum instruction_fetch_type type, unsigned long *instr) in kvmppc_load_last_inst() 709 *instr = *(u32 *)(eaddr | (unsigned long)(addr & ~PAGE_MASK)); in kvmppc_load_last_inst() 716 enum instruction_fetch_type type, unsigned long *instr) in kvmppc_load_last_inst() 625 kvmppc_load_last_inst(struct kvm_vcpu *vcpu, enum instruction_fetch_type type, unsigned long *instr) kvmppc_load_last_inst() argument 715 kvmppc_load_last_inst(struct kvm_vcpu *vcpu, enum instruction_fetch_type type, unsigned long *instr) kvmppc_load_last_inst() argument
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | mce_power.c | 458 ppc_inst_t instr; in mce_find_instr_ea_and_phys() local 466 instr = ppc_inst_read((u32 *)instr_addr); in mce_find_instr_ea_and_phys() 467 if (!analyse_instr(&op, &tmp, instr)) { in mce_find_instr_ea_and_phys()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | traps.c | 807 u32 instr; in initialize_ivt() local 822 if (pdc_instr(&instr) == PDC_OK) in initialize_ivt() 823 ivap[0] = instr; in initialize_ivt()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc_optimize.c | 367 i915_tex_mask(union i915_full_token *instr) in i915_tex_mask() argument 369 return i915_coord_mask(instr->FullInstruction.Instruction.Opcode, in i915_tex_mask() 370 instr->FullInstruction.Texture.Texture); in i915_tex_mask()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | disasm.c | 782 ppir_disassemble_instr(uint32_t *instr, unsigned offset, FILE *fp) in ppir_disassemble_instr() argument 784 ppir_codegen_ctrl *ctrl = (ppir_codegen_ctrl *) instr; in ppir_disassemble_instr() 786 char *instr_code = (char *) (instr + 1); in ppir_disassemble_instr()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | sunxi_nand.c | 1774 const struct nand_op_instr *instr = &subop->instrs[i]; in sunxi_nfc_exec_subop() local 1776 switch (instr->type) { in sunxi_nfc_exec_subop() 1783 extcmd |= instr->ctx.cmd.opcode; in sunxi_nfc_exec_subop() 1786 NFC_CMD(instr->ctx.cmd.opcode); in sunxi_nfc_exec_subop() 1794 u32 addr = instr->ctx.addr.addrs[j + start]; in sunxi_nfc_exec_subop() 1811 if (instr->type == NAND_OP_DATA_OUT_INSTR) { in sunxi_nfc_exec_subop() 1814 instr->ctx.data.buf.out + start, in sunxi_nfc_exec_subop() 1817 inbuf = instr->ctx.data.buf.in + start; in sunxi_nfc_exec_subop()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | assembler-s390.h | 992 // wrappers around asm instr 1323 void instr_at_put(int pos, T instr) { in instr_at_put() argument 1324 Instruction::SetInstructionBits<T>(buffer_start_ + pos, instr); in instr_at_put() 1336 static Condition GetCondition(Instr instr); 1338 static bool IsBranch(Instr instr); 1342 static bool Is32BitLoadIntoIP(SixByteInstr instr); 1345 static bool IsCmpRegister(Instr instr); 1346 static bool IsCmpImmediate(Instr instr); 1347 static bool IsNop(SixByteInstr instr, int type = NON_MARKING_NOP);
|
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
H A D | core.c | 1799 static int spi_nor_erase(struct mtd_info *mtd, struct erase_info *instr) in spi_nor_erase() argument 1806 dev_dbg(nor->dev, "at 0x%llx, len %lld\n", (long long)instr->addr, in spi_nor_erase() 1807 (long long)instr->len); in spi_nor_erase() 1810 div_u64_rem(instr->len, mtd->erasesize, &rem); in spi_nor_erase() 1815 addr = instr->addr; in spi_nor_erase() 1816 len = instr->len; in spi_nor_erase() 1818 ret = spi_nor_prep_and_lock_pe(nor, instr->addr, instr->len); in spi_nor_erase() 1895 spi_nor_unlock_and_unprep_pe(nor, instr->addr, instr in spi_nor_erase() [all...] |
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/ |
H A D | pci-imx6.c | 295 unsigned long instr = *(unsigned long *)pc; in imx6q_pcie_abort_handler() local 296 int reg = (instr >> 12) & 15; in imx6q_pcie_abort_handler() 302 if ((instr & 0x0c100000) == 0x04100000) { in imx6q_pcie_abort_handler() 305 if (instr & 0x00400000) in imx6q_pcie_abort_handler() 315 if ((instr & 0x0e100090) == 0x00100090) { in imx6q_pcie_abort_handler()
|
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/ |
H A D | pci-imx6.c | 481 unsigned long instr = *(unsigned long *)pc; in imx6q_pcie_abort_handler() local 482 int reg = (instr >> 12) & 15; in imx6q_pcie_abort_handler() 488 if ((instr & 0x0c100000) == 0x04100000) { in imx6q_pcie_abort_handler() 491 if (instr & 0x00400000) in imx6q_pcie_abort_handler() 501 if ((instr & 0x0e100090) == 0x00100090) { in imx6q_pcie_abort_handler()
|
/kernel/linux/linux-5.10/arch/arc/ |
H A D | Makefile | 65 cfi := $(call as-instr,.cfi_startproc\n.cfi_endproc,-DARC_DW2_UNWIND_AS_CFI)
|