Searched refs:inst (Results 301 - 325 of 454) sorted by relevance

<<111213141516171819

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_dccg.h229 void dccg31_disable_dscclk(struct dccg *dccg, int inst);
231 void dccg31_enable_dscclk(struct dccg *dccg, int inst);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddmub_abm_lcd.c166 unsigned int inst)
170 uint8_t panel_mask = 0x01 << inst;
163 dmub_abm_init_config(struct abm *abm, const char *src, unsigned int bytes, unsigned int inst) argument
H A Ddmub_psr.c346 copy_settings_data->dpp_inst = pipe_ctx->plane_res.dpp->inst;
350 copy_settings_data->opp_inst = pipe_ctx->stream_res.opp->inst;
354 copy_settings_data->otg_inst = pipe_ctx->stream_res.tg->inst;
H A Ddce_aux.c509 uint32_t inst,
520 aux_engine110->base.inst = inst;
507 dce110_aux_engine_construct(struct aux_engine_dce110 *aux_engine110, struct dc_context *ctx, uint32_t inst, uint32_t timeout_period, const struct dce110_aux_registers *regs, const struct dce110_aux_registers_mask *mask, const struct dce110_aux_registers_shift *shift, bool is_ext_aux_timeout_configurable) argument
H A Ddce_transform.c1631 uint32_t inst,
1638 xfm_dce->base.inst = inst;
1660 uint32_t inst,
1667 xfm_dce->base.inst = inst;
1628 dce_transform_construct( struct dce_transform *xfm_dce, struct dc_context *ctx, uint32_t inst, const struct dce_transform_registers *regs, const struct dce_transform_shift *xfm_shift, const struct dce_transform_mask *xfm_mask) argument
1657 dce60_transform_construct( struct dce_transform *xfm_dce, struct dc_context *ctx, uint32_t inst, const struct dce_transform_registers *regs, const struct dce_transform_shift *xfm_shift, const struct dce_transform_mask *xfm_mask) argument
H A Ddce_ipp.h271 int inst,
279 int inst,
H A Ddce_opp.h315 uint32_t inst,
323 uint32_t inst,
/openbsd-current/sys/arch/arm/arm/
H A Ddb_interface.c349 db_trapper(u_int addr, u_int inst, trapframe_t *frame, int fault_code, argument
354 if ((inst & ~INSN_COND_MASK) == (BKPT_INST & ~INSN_COND_MASK)) {
/openbsd-current/gnu/usr.bin/binutils/gprof/
H A DMakefile.in443 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
444 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
445 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
446 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
458 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
459 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
460 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
461 rm -f $(DESTDIR)$(man1dir)/$$inst; \
[all...]
/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DMips.cpp533 uint32_t inst = read32(loc) >> 26; local
534 if (inst == 0x3 || inst == 0x1d) { // JAL or JALX
541 uint32_t inst = readShuffle<e>(loc) >> 26; local
542 if (inst == 0x3d || inst == 0x3c) { // JAL32 or JALX32
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp387 uint8_t inst = m_cfi_data.GetU8(&offset); local
388 uint8_t primary_opcode = inst & 0xC0;
389 uint8_t extended_opcode = inst & 0x3F;
639 uint8_t inst = m_cfi_data.GetU8(&offset); local
640 uint8_t primary_opcode = inst & 0xC0;
641 uint8_t extended_opcode = inst & 0x3F;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c530 OPTC_SRC_SEL, optc->inst);
671 OTG_MASTER_UPDATE_LOCK_SEL, optc->inst);
679 TRACE_OPTC_LOCK_UNLOCK_STATE(optc1, optc->inst, true);
689 TRACE_OPTC_LOCK_UNLOCK_STATE(optc1, optc->inst, false);
888 MANUAL_FLOW_CONTROL_SEL, optc->inst);
892 OTG_TRIGA_SOURCE_PIPE_SELECT, optc->inst,
/openbsd-current/usr.sbin/relayd/
H A Dproc.c145 unsigned int src, dst, inst; local
156 for (inst = 0; inst < ps->ps_instances[dst]; inst++) {
157 iev = &ps->ps_ievs[dst][inst];
158 imsg_init(&iev->ibuf, ps->ps_pp->pp_pipes[dst][inst]);
/openbsd-current/usr.sbin/httpd/
H A Dproc.c145 unsigned int src, dst, inst; local
156 for (inst = 0; inst < ps->ps_instances[dst]; inst++) {
157 iev = &ps->ps_ievs[dst][inst];
158 imsg_init(&iev->ibuf, ps->ps_pp->pp_pipes[dst][inst]);
/openbsd-current/usr.sbin/vmd/
H A Dproc.c145 unsigned int src, dst, inst; local
156 for (inst = 0; inst < ps->ps_instances[dst]; inst++) {
157 iev = &ps->ps_ievs[dst][inst];
158 imsg_init(&iev->ibuf, ps->ps_pp->pp_pipes[dst][inst]);
/openbsd-current/usr.sbin/snmpd/
H A Dproc.c145 unsigned int src, dst, inst; local
156 for (inst = 0; inst < ps->ps_instances[dst]; inst++) {
157 iev = &ps->ps_ievs[dst][inst];
158 imsg_init(&iev->ibuf, ps->ps_pp->pp_pipes[dst][inst]);
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp328 Instruction *inst = GetInstructionList().GetInstructionAtIndex(i).get(); local
329 if (inst) {
330 const Address &addr = inst->GetAddress();
377 Instruction *inst = GetInstructionList().GetInstructionAtIndex(i).get(); local
379 if (inst) {
380 const Address &addr = inst->GetAddress();
532 inst->Dump(&strm, max_opcode_byte_size, true, show_bytes,
/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp658 lldb::SBInstruction inst = insts.GetInstructionAtIndex(i); local
659 const auto inst_addr = inst.GetAddress().GetLoadAddress(g_vsc.target);
660 const char *m = inst.GetMnemonic(g_vsc.target);
661 const char *o = inst.GetOperands(g_vsc.target);
662 const char *c = inst.GetComment(g_vsc.target);
/openbsd-current/sys/dev/pci/drm/amd/display/dmub/src/
H A Ddmub_srv.c377 struct dmub_region *inst = &out->regions[DMUB_WINDOW_0_INST_CONST]; local
397 inst->base = 0x0;
398 inst->top = inst->base + params->inst_const_size;
400 data->base = dmub_align(inst->top, 256);
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Daqua_vanjaram.c218 int8_t inst)
227 dev_inst = adev->ip_map.dev_inst[block][inst];
232 dev_inst = inst;
216 aqua_vanjaram_logical_to_dev_inst(struct amdgpu_device *adev, enum amd_hw_ip_block_type block, int8_t inst) argument
H A Damdgpu_amdkfd.h169 uint32_t inst);
254 u32 inst);
/openbsd-current/sys/arch/alpha/alpha/
H A Ddb_disasm.c802 static int regcount; /* how many regs used in this inst */
803 static int regnum[3]; /* which regs used in this inst */
831 alpha_instruction inst; local
833 inst.bits = db_get_value(loc, 4, 0);
835 loc += alpha_print_instruction(loc, inst, altfmt);
/openbsd-current/sys/dev/pci/drm/amd/display/modules/power/
H A Dpower_helpers.c694 unsigned int inst)
702 if (res_pool->abm == NULL && res_pool->multiple_abms[inst] == NULL)
756 if (res_pool->multiple_abms[inst]) {
757 result = res_pool->multiple_abms[inst]->funcs->init_abm_config(
758 res_pool->multiple_abms[inst], (char *)(&config), sizeof(struct abm_config_table), inst);
692 dmub_init_abm_config(struct resource_pool *res_pool, struct dmcu_iram_parameters params, unsigned int inst) argument
/openbsd-current/sys/dev/pci/drm/amd/display/dc/
H A Ddc_dmub_srv.c307 fams_pipe_data->pipe_index[pipe_idx++] = head_pipe->plane_res.hubp->inst;
312 fams_pipe_data->pipe_index[pipe_idx++] = split_pipe->plane_res.hubp->inst;
647 pipe_data->pipe_config.subvp_data.main_pipe_index = subvp_pipe->stream_res.tg->inst;
689 pipe_data->pipe_config.subvp_data.phantom_pipe_index = phantom_pipe->stream_res.tg->inst;
691 pipe_data->pipe_config.subvp_data.phantom_split_pipe_index = phantom_pipe->bottom_pipe->plane_res.hubp->inst;
693 pipe_data->pipe_config.subvp_data.phantom_split_pipe_index = phantom_pipe->next_odm_pipe->plane_res.hubp->inst;
/openbsd-current/gnu/llvm/llvm/utils/
H A Dshuffle_select_fuzz_tester.py365 insts_str = ''.join([inst.dump() for inst in insts])

Completed in 197 milliseconds

<<111213141516171819