/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | trace.h | 14 TP_PROTO(unsigned int inst, unsigned long _pc, unsigned int emulate), 15 TP_ARGS(inst, _pc, emulate), 18 __field( unsigned int, inst ) 24 __entry->inst = inst; 29 TP_printk("inst %u pc 0x%lx emulate %u\n", 30 __entry->inst, __entry->pc, __entry->emulate)
|
H A D | book3s_emulate.c | 235 unsigned int inst, int *advance) in kvmppc_core_emulate_op_pr() 238 int rt = get_rt(inst); in kvmppc_core_emulate_op_pr() 239 int rs = get_rs(inst); in kvmppc_core_emulate_op_pr() 240 int ra = get_ra(inst); in kvmppc_core_emulate_op_pr() 241 int rb = get_rb(inst); in kvmppc_core_emulate_op_pr() 244 switch (get_op(inst)) { in kvmppc_core_emulate_op_pr() 248 (inst == swab32(inst_sc))) { in kvmppc_core_emulate_op_pr() 262 switch (get_xop(inst)) { in kvmppc_core_emulate_op_pr() 293 switch (get_xop(inst)) { in kvmppc_core_emulate_op_pr() 300 if (inst in kvmppc_core_emulate_op_pr() 234 kvmppc_core_emulate_op_pr(struct kvm_vcpu *vcpu, unsigned int inst, int *advance) kvmppc_core_emulate_op_pr() argument 1034 kvmppc_alignment_dsisr(struct kvm_vcpu *vcpu, unsigned int inst) kvmppc_alignment_dsisr() argument 1039 kvmppc_alignment_dar(struct kvm_vcpu *vcpu, unsigned int inst) kvmppc_alignment_dar() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | gp100.c | 36 nvkm_wo32(memory, offset + 4, chan->inst->addr >> 12); in gp100_runl_insert_chan() 93 u32 inst = nvkm_rd32(device, 0x002800 + (unit * 0x10)); in gp100_fifo_intr_mmu_fault_unit() local 99 info.inst = (u64)inst << 12; in gp100_fifo_intr_mmu_fault_unit() 135 gp100_fifo_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gp100_fifo_new() argument 138 return nvkm_fifo_new_(&gp100_fifo, device, type, inst, pfifo); in gp100_fifo_new()
|
H A D | nv40.c | 103 .inst = &nv04_chan_inst, 130 u32 inst = 0x00000000, reg, ctx; in nv40_ectx_bind() local 150 inst = cctx->vctx->inst->addr >> 4; in nv40_ectx_bind() 157 nvkm_wr32(device, reg, inst); in nv40_ectx_bind() 160 nvkm_wo32(ramfc, chan->ramfc_offset + ctx, inst); in nv40_ectx_bind() 248 nv40_fifo_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv40_fifo_new() argument 251 return nvkm_fifo_new_(&nv40_fifo, device, type, inst, pfifo); in nv40_fifo_new()
|
H A D | ga100.c | 73 nvkm_kmap(chan->inst); in ga100_chan_ramfc_write() 74 nvkm_wo32(chan->inst, 0x010, 0x0000face); in ga100_chan_ramfc_write() 75 nvkm_wo32(chan->inst, 0x030, 0x7ffff902); in ga100_chan_ramfc_write() 76 nvkm_wo32(chan->inst, 0x048, lower_32_bits(offset)); in ga100_chan_ramfc_write() 77 nvkm_wo32(chan->inst, 0x04c, upper_32_bits(offset) | (limit2 << 16)); in ga100_chan_ramfc_write() 78 nvkm_wo32(chan->inst, 0x084, 0x20400000); in ga100_chan_ramfc_write() 79 nvkm_wo32(chan->inst, 0x094, 0x30000000 | devm); in ga100_chan_ramfc_write() 80 nvkm_wo32(chan->inst, 0x0e4, priv ? 0x00000020 : 0x00000000); in ga100_chan_ramfc_write() 81 nvkm_wo32(chan->inst, 0x0e8, chan->id); in ga100_chan_ramfc_write() 82 nvkm_wo32(chan->inst, in ga100_chan_ramfc_write() 607 ga100_fifo_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fifo **pfifo) ga100_fifo_new() argument [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | skcipher.c | 682 static void crypto_skcipher_free_instance(struct crypto_instance *inst) in crypto_skcipher_free_instance() argument 685 container_of(inst, struct skcipher_instance, s.base); in crypto_skcipher_free_instance() 750 struct crypto_instance *inst, in crypto_grab_skcipher() 754 return crypto_grab_spawn(&spawn->base, inst, name, type, mask); in crypto_grab_skcipher() 864 struct skcipher_instance *inst) in skcipher_register_instance() 868 if (WARN_ON(!inst->free)) in skcipher_register_instance() 871 err = skcipher_prepare_alg(&inst->alg); in skcipher_register_instance() 875 return crypto_register_instance(tmpl, skcipher_crypto_instance(inst)); in skcipher_register_instance() 892 struct skcipher_instance *inst = skcipher_alg_instance(tfm); in skcipher_init_tfm_simple() local 893 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_init_tfm_simple() 749 crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, struct crypto_instance *inst, const char *name, u32 type, u32 mask) crypto_grab_skcipher() argument 863 skcipher_register_instance(struct crypto_template *tmpl, struct skcipher_instance *inst) skcipher_register_instance() argument 912 skcipher_free_instance_simple(struct skcipher_instance *inst) skcipher_free_instance_simple() argument 938 struct skcipher_instance *inst; skcipher_alloc_instance_simple() local [all...] |
H A D | essiv.c | 298 struct skcipher_instance *inst = skcipher_alg_instance(tfm); in essiv_skcipher_init_tfm() local 299 struct essiv_instance_ctx *ictx = skcipher_instance_ctx(inst); in essiv_skcipher_init_tfm() 323 struct aead_instance *inst = aead_alg_instance(tfm); in essiv_aead_init_tfm() local 324 struct essiv_instance_ctx *ictx = aead_instance_ctx(inst); in essiv_aead_init_tfm() 372 static void essiv_skcipher_free_instance(struct skcipher_instance *inst) in essiv_skcipher_free_instance() argument 374 struct essiv_instance_ctx *ictx = skcipher_instance_ctx(inst); in essiv_skcipher_free_instance() 377 kfree(inst); in essiv_skcipher_free_instance() 380 static void essiv_aead_free_instance(struct aead_instance *inst) in essiv_aead_free_instance() argument 382 struct essiv_instance_ctx *ictx = aead_instance_ctx(inst); in essiv_aead_free_instance() 385 kfree(inst); in essiv_aead_free_instance() 449 struct crypto_instance *inst; essiv_create() local [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | skcipher.c | 705 static void crypto_skcipher_free_instance(struct crypto_instance *inst) in crypto_skcipher_free_instance() argument 708 container_of(inst, struct skcipher_instance, s.base); in crypto_skcipher_free_instance() 792 struct crypto_instance *inst, in crypto_grab_skcipher() 796 return crypto_grab_spawn(&spawn->base, inst, name, type, mask); in crypto_grab_skcipher() 910 struct skcipher_instance *inst) in skcipher_register_instance() 914 if (WARN_ON(!inst->free)) in skcipher_register_instance() 917 err = skcipher_prepare_alg(&inst->alg); in skcipher_register_instance() 921 return crypto_register_instance(tmpl, skcipher_crypto_instance(inst)); in skcipher_register_instance() 938 struct skcipher_instance *inst = skcipher_alg_instance(tfm); in skcipher_init_tfm_simple() local 939 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_init_tfm_simple() 791 crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, struct crypto_instance *inst, const char *name, u32 type, u32 mask) crypto_grab_skcipher() argument 909 skcipher_register_instance(struct crypto_template *tmpl, struct skcipher_instance *inst) skcipher_register_instance() argument 958 skcipher_free_instance_simple(struct skcipher_instance *inst) skcipher_free_instance_simple() argument 984 struct skcipher_instance *inst; skcipher_alloc_instance_simple() local [all...] |
H A D | essiv.c | 299 struct skcipher_instance *inst = skcipher_alg_instance(tfm); in essiv_skcipher_init_tfm() local 300 struct essiv_instance_ctx *ictx = skcipher_instance_ctx(inst); in essiv_skcipher_init_tfm() 324 struct aead_instance *inst = aead_alg_instance(tfm); in essiv_aead_init_tfm() local 325 struct essiv_instance_ctx *ictx = aead_instance_ctx(inst); in essiv_aead_init_tfm() 373 static void essiv_skcipher_free_instance(struct skcipher_instance *inst) in essiv_skcipher_free_instance() argument 375 struct essiv_instance_ctx *ictx = skcipher_instance_ctx(inst); in essiv_skcipher_free_instance() 378 kfree(inst); in essiv_skcipher_free_instance() 381 static void essiv_aead_free_instance(struct aead_instance *inst) in essiv_aead_free_instance() argument 383 struct essiv_instance_ctx *ictx = aead_instance_ctx(inst); in essiv_aead_free_instance() 386 kfree(inst); in essiv_aead_free_instance() 450 struct crypto_instance *inst; essiv_create() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_svm.c | 44 struct list_head inst; member 58 u64 inst; member 89 u64 inst; member 94 nouveau_ivmm_find(struct nouveau_svm *svm, u64 inst) in nouveau_ivmm_find() argument 97 list_for_each_entry(ivmm, &svm->inst, head) { in nouveau_ivmm_find() 98 if (ivmm->inst == inst) in nouveau_ivmm_find() 209 nouveau_svmm_part(struct nouveau_svmm *svmm, u64 inst) in nouveau_svmm_part() argument 214 ivmm = nouveau_ivmm_find(svmm->vmm->cli->drm->svm, inst); in nouveau_svmm_part() 225 nouveau_svmm_join(struct nouveau_svmm *svmm, u64 inst) in nouveau_svmm_join() argument 399 nouveau_svm_fault_cancel(struct nouveau_svm *svm, u64 inst, u8 hub, u8 gpc, u8 client) nouveau_svm_fault_cancel() argument 468 const u64 inst = (u64)insthi << 32 | instlo; nouveau_svm_fault_cache() local 727 u64 inst, start, limit; nouveau_svm_fault() local [all...] |
/kernel/linux/linux-6.6/include/crypto/ |
H A D | algapi.h | 63 void (*free)(struct crypto_instance *inst); 106 struct crypto_instance *inst; member 155 struct crypto_instance *inst); 156 void crypto_unregister_instance(struct crypto_instance *inst); 158 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst, 168 int crypto_inst_setname(struct crypto_instance *inst, const char *name, 224 static inline void *crypto_instance_ctx(struct crypto_instance *inst) in crypto_instance_ctx() argument 226 return inst->__ctx; in crypto_instance_ctx()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | nv50.c | 142 u32 trap[6], idx, inst; in nv50_fb_intr() local 171 inst = ((trap[2] << 16) | trap[1]) << 12; in nv50_fb_intr() 180 chan = nvkm_chan_get_inst(&device->fifo->engine, inst, &flags); in nv50_fb_intr() 186 chan ? chan->id : -1, inst, in nv50_fb_intr() 240 enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv50_fb_new_() 246 nvkm_fb_ctor(&nv50_fb_, device, type, inst, &fb->base); in nv50_fb_new_() 260 nv50_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv50_fb_new() argument 262 return nv50_fb_new_(&nv50_fb, device, type, inst, pfb); in nv50_fb_new() 239 nv50_fb_new_(const struct nv50_fb_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) nv50_fb_new_() argument
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_emulate.c | 239 unsigned int inst, int *advance) in kvmppc_core_emulate_op_pr() 242 int rt = get_rt(inst); in kvmppc_core_emulate_op_pr() 243 int rs = get_rs(inst); in kvmppc_core_emulate_op_pr() 244 int ra = get_ra(inst); in kvmppc_core_emulate_op_pr() 245 int rb = get_rb(inst); in kvmppc_core_emulate_op_pr() 248 switch (get_op(inst)) { in kvmppc_core_emulate_op_pr() 252 (inst == swab32(inst_sc))) { in kvmppc_core_emulate_op_pr() 266 switch (get_xop(inst)) { in kvmppc_core_emulate_op_pr() 297 switch (get_xop(inst)) { in kvmppc_core_emulate_op_pr() 304 if (inst in kvmppc_core_emulate_op_pr() 238 kvmppc_core_emulate_op_pr(struct kvm_vcpu *vcpu, unsigned int inst, int *advance) kvmppc_core_emulate_op_pr() argument 1032 kvmppc_alignment_dsisr(struct kvm_vcpu *vcpu, unsigned int inst) kvmppc_alignment_dsisr() argument 1037 kvmppc_alignment_dar(struct kvm_vcpu *vcpu, unsigned int inst) kvmppc_alignment_dar() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | uvd_v7_0.c | 89 if (ring == &adev->uvd.inst[ring->me].ring_enc[0]) in uvd_v7_0_enc_ring_get_rptr() 123 if (ring == &adev->uvd.inst[ring->me].ring_enc[0]) in uvd_v7_0_enc_ring_get_wptr() 161 if (ring == &adev->uvd.inst[ring->me].ring_enc[0]) in uvd_v7_0_enc_ring_set_wptr() 416 r = amdgpu_irq_add_id(adev, amdgpu_ih_clientid_uvds[j], UVD_7_0__SRCID__UVD_SYSTEM_MESSAGE_INTERRUPT, &adev->uvd.inst[j].irq); in uvd_v7_0_sw_init() 422 r = amdgpu_irq_add_id(adev, amdgpu_ih_clientid_uvds[j], i + UVD_7_0__SRCID__UVD_ENC_GEN_PURP, &adev->uvd.inst[j].irq); in uvd_v7_0_sw_init() 453 ring = &adev->uvd.inst[j].ring; in uvd_v7_0_sw_init() 456 &adev->uvd.inst[j].irq, 0, in uvd_v7_0_sw_init() 463 ring = &adev->uvd.inst[j].ring_enc[i]; in uvd_v7_0_sw_init() 477 &adev->uvd.inst[j].irq, 0, in uvd_v7_0_sw_init() 514 amdgpu_ring_fini(&adev->uvd.inst[ in uvd_v7_0_sw_fini() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | uvd_v7_0.c | 89 if (ring == &adev->uvd.inst[ring->me].ring_enc[0]) in uvd_v7_0_enc_ring_get_rptr() 123 if (ring == &adev->uvd.inst[ring->me].ring_enc[0]) in uvd_v7_0_enc_ring_get_wptr() 161 if (ring == &adev->uvd.inst[ring->me].ring_enc[0]) in uvd_v7_0_enc_ring_set_wptr() 409 r = amdgpu_irq_add_id(adev, amdgpu_ih_clientid_uvds[j], UVD_7_0__SRCID__UVD_SYSTEM_MESSAGE_INTERRUPT, &adev->uvd.inst[j].irq); in uvd_v7_0_sw_init() 415 r = amdgpu_irq_add_id(adev, amdgpu_ih_clientid_uvds[j], i + UVD_7_0__SRCID__UVD_ENC_GEN_PURP, &adev->uvd.inst[j].irq); in uvd_v7_0_sw_init() 446 ring = &adev->uvd.inst[j].ring; in uvd_v7_0_sw_init() 450 &adev->uvd.inst[j].irq, 0, in uvd_v7_0_sw_init() 457 ring = &adev->uvd.inst[j].ring_enc[i]; in uvd_v7_0_sw_init() 472 &adev->uvd.inst[j].irq, 0, in uvd_v7_0_sw_init() 509 amdgpu_ring_fini(&adev->uvd.inst[ in uvd_v7_0_sw_fini() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_asym_algs.c | 78 struct qat_crypto_instance *inst; member 112 struct qat_crypto_instance *inst; member 143 struct qat_crypto_instance *inst, in qat_alg_send_asym_message() 149 alg_req->tx_ring = inst->pke_tx; in qat_alg_send_asym_message() 151 alg_req->backlog = &inst->backlog; in qat_alg_send_asym_message() 160 struct device *dev = &GET_DEV(req->ctx.dh->inst->accel_dev); in qat_dh_cb() 221 struct qat_crypto_instance *inst = ctx->inst; in qat_dh_compute_value() local 222 struct device *dev = &GET_DEV(inst->accel_dev); in qat_dh_compute_value() 352 ret = qat_alg_send_asym_message(qat_req, inst, in qat_dh_compute_value() 142 qat_alg_send_asym_message(struct qat_asym_request *qat_req, struct qat_crypto_instance *inst, struct crypto_async_request *base) qat_alg_send_asym_message() argument 398 struct qat_crypto_instance *inst = ctx->inst; qat_dh_set_params() local 490 struct qat_crypto_instance *inst = qat_dh_init_tfm() local 649 struct qat_crypto_instance *inst = ctx->inst; qat_rsa_enc() local 783 struct qat_crypto_instance *inst = ctx->inst; qat_rsa_dec() local 932 struct qat_crypto_instance *inst = ctx->inst; qat_rsa_set_n() local 964 struct qat_crypto_instance *inst = ctx->inst; qat_rsa_set_e() local 989 struct qat_crypto_instance *inst = ctx->inst; qat_rsa_set_d() local 1025 struct qat_crypto_instance *inst = ctx->inst; qat_rsa_setkey_crt() local 1227 struct qat_crypto_instance *inst = qat_rsa_init_tfm() local [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/ |
H A D | phy-rockchip-pcie.c | 80 static struct rockchip_pcie_phy *to_pcie_phy(struct phy_pcie_instance *inst)
in to_pcie_phy() argument 82 return container_of(inst, struct rockchip_pcie_phy, phys[inst->index]);
in to_pcie_phy() 125 struct phy_pcie_instance *inst = phy_get_drvdata(phy);
in rockchip_pcie_phy_power_off() local 126 struct rockchip_pcie_phy *rk_phy = to_pcie_phy(inst);
in rockchip_pcie_phy_power_off() 132 HIWORD_UPDATE(PHY_LANE_IDLE_OFF, PHY_LANE_IDLE_MASK, PHY_LANE_IDLE_A_SHIFT + inst->index));
in rockchip_pcie_phy_power_off() 151 HIWORD_UPDATE(!PHY_LANE_IDLE_OFF, PHY_LANE_IDLE_MASK, PHY_LANE_IDLE_A_SHIFT + inst->index));
in rockchip_pcie_phy_power_off() 158 struct phy_pcie_instance *inst = phy_get_drvdata(phy);
in rockchip_pcie_phy_power_on() local 159 struct rockchip_pcie_phy *rk_phy = to_pcie_phy(inst);
in rockchip_pcie_phy_power_on() 167 HIWORD_UPDATE(!PHY_LANE_IDLE_OFF, PHY_LANE_IDLE_MASK, PHY_LANE_IDLE_A_SHIFT + inst in rockchip_pcie_phy_power_on() 256 struct phy_pcie_instance *inst = phy_get_drvdata(phy); rockchip_pcie_phy_init() local 293 struct phy_pcie_instance *inst = phy_get_drvdata(phy); rockchip_pcie_phy_exit() local [all...] |
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | fpsimdmacros.h | 110 .inst 0xe5804000 \ 122 .inst 0x85804000 \ 134 .inst 0xe5800000 \ 146 .inst 0x85800000 \ 157 .inst 0x04bf5000 \ 165 .inst 0x2519f000 \ 172 .inst 0x25289000 \ 179 .inst 0x2518e400 \ 190 .inst 0x04bf5800 \ 203 .inst [all...] |
/kernel/linux/linux-5.10/drivers/phy/rockchip/ |
H A D | phy-rockchip-pcie.c | 79 static struct rockchip_pcie_phy *to_pcie_phy(struct phy_pcie_instance *inst) in to_pcie_phy() argument 81 return container_of(inst, struct rockchip_pcie_phy, in to_pcie_phy() 82 phys[inst->index]); in to_pcie_phy() 139 struct phy_pcie_instance *inst = phy_get_drvdata(phy); in rockchip_pcie_phy_power_off() local 140 struct rockchip_pcie_phy *rk_phy = to_pcie_phy(inst); in rockchip_pcie_phy_power_off() 149 PHY_LANE_IDLE_A_SHIFT + inst->index)); in rockchip_pcie_phy_power_off() 170 PHY_LANE_IDLE_A_SHIFT + inst->index)); in rockchip_pcie_phy_power_off() 177 struct phy_pcie_instance *inst = phy_get_drvdata(phy); in rockchip_pcie_phy_power_on() local 178 struct rockchip_pcie_phy *rk_phy = to_pcie_phy(inst); in rockchip_pcie_phy_power_on() 203 PHY_LANE_IDLE_A_SHIFT + inst in rockchip_pcie_phy_power_on() 287 struct phy_pcie_instance *inst = phy_get_drvdata(phy); rockchip_pcie_phy_init() local 323 struct phy_pcie_instance *inst = phy_get_drvdata(phy); rockchip_pcie_phy_exit() local [all...] |
/kernel/linux/linux-6.6/drivers/phy/rockchip/ |
H A D | phy-rockchip-pcie.c | 79 static struct rockchip_pcie_phy *to_pcie_phy(struct phy_pcie_instance *inst) in to_pcie_phy() argument 81 return container_of(inst, struct rockchip_pcie_phy, in to_pcie_phy() 82 phys[inst->index]); in to_pcie_phy() 124 struct phy_pcie_instance *inst = phy_get_drvdata(phy); in rockchip_pcie_phy_power_off() local 125 struct rockchip_pcie_phy *rk_phy = to_pcie_phy(inst); in rockchip_pcie_phy_power_off() 134 PHY_LANE_IDLE_A_SHIFT + inst->index)); in rockchip_pcie_phy_power_off() 155 PHY_LANE_IDLE_A_SHIFT + inst->index)); in rockchip_pcie_phy_power_off() 162 struct phy_pcie_instance *inst = phy_get_drvdata(phy); in rockchip_pcie_phy_power_on() local 163 struct rockchip_pcie_phy *rk_phy = to_pcie_phy(inst); in rockchip_pcie_phy_power_on() 188 PHY_LANE_IDLE_A_SHIFT + inst in rockchip_pcie_phy_power_on() 272 struct phy_pcie_instance *inst = phy_get_drvdata(phy); rockchip_pcie_phy_init() local 308 struct phy_pcie_instance *inst = phy_get_drvdata(phy); rockchip_pcie_phy_exit() local [all...] |
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | uaccess.h | 31 #define __put_user_asm(inst, res, x, ptr, bwl, reg, err) \ 33 "1: "inst"."#bwl" %2,%1\n" \ 49 #define __put_user_asm8(inst, res, x, ptr) \ 54 "1: "inst".l %2,(%1)+\n" \ 55 "2: "inst".l %R2,(%1)\n" \ 105 #define __get_user_asm(inst, res, x, ptr, type, bwl, reg, err) ({ \ 108 "1: "inst"."#bwl" %2,%1\n" \ 126 #define __get_user_asm8(inst, res, x, ptr) \ 135 "1: "inst".l (%2)+,%1\n" \ 136 "2: "inst" [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | core.c | 58 struct venus_inst *inst; in venus_event_notify() local 70 list_for_each_entry(inst, &core->instances, list) in venus_event_notify() 71 inst->ops->event_notify(inst, EVT_SESSION_ERROR, NULL); in venus_event_notify() 201 struct venus_inst *inst; in venus_enumerate_codecs() local 209 inst = kzalloc(sizeof(*inst), GFP_KERNEL); in venus_enumerate_codecs() 210 if (!inst) in venus_enumerate_codecs() 213 mutex_init(&inst->lock); in venus_enumerate_codecs() 214 inst in venus_enumerate_codecs() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce100/ |
H A D | dce100_resource.c | 458 struct dc_context *ctx, unsigned int inst) in create_audio() 460 return dce_audio_create(ctx, inst, in create_audio() 461 &audio_regs[inst], &audio_shift, &audio_mask); in create_audio() 563 uint32_t inst) in dce100_mem_input_create() 573 dce_mem_input_construct(dce_mi, ctx, inst, &mi_regs[inst], &mi_shifts, &mi_masks); in dce100_mem_input_create() 586 uint32_t inst) in dce100_transform_create() 594 dce_transform_construct(transform, ctx, inst, in dce100_transform_create() 595 &xfm_regs[inst], &xfm_shift, &xfm_mask); in dce100_transform_create() 600 struct dc_context *ctx, uint32_t inst) in dce100_ipp_create() 457 create_audio( struct dc_context *ctx, unsigned int inst) create_audio() argument 561 dce100_mem_input_create( struct dc_context *ctx, uint32_t inst) dce100_mem_input_create() argument 584 dce100_transform_create( struct dc_context *ctx, uint32_t inst) dce100_transform_create() argument 599 dce100_ipp_create( struct dc_context *ctx, uint32_t inst) dce100_ipp_create() argument 660 dce100_opp_create( struct dc_context *ctx, uint32_t inst) dce100_opp_create() argument 675 dce100_aux_engine_create( struct dc_context *ctx, uint32_t inst) dce100_aux_engine_create() argument 713 dce100_i2c_hw_create( struct dc_context *ctx, uint32_t inst) dce100_i2c_hw_create() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce100/ |
H A D | dce100_resource.c | 455 struct dc_context *ctx, unsigned int inst) in create_audio() 457 return dce_audio_create(ctx, inst, in create_audio() 458 &audio_regs[inst], &audio_shift, &audio_mask); in create_audio() 560 uint32_t inst) in dce100_mem_input_create() 570 dce_mem_input_construct(dce_mi, ctx, inst, &mi_regs[inst], &mi_shifts, &mi_masks); in dce100_mem_input_create() 583 uint32_t inst) in dce100_transform_create() 591 dce_transform_construct(transform, ctx, inst, in dce100_transform_create() 592 &xfm_regs[inst], &xfm_shift, &xfm_mask); in dce100_transform_create() 597 struct dc_context *ctx, uint32_t inst) in dce100_ipp_create() 454 create_audio( struct dc_context *ctx, unsigned int inst) create_audio() argument 558 dce100_mem_input_create( struct dc_context *ctx, uint32_t inst) dce100_mem_input_create() argument 581 dce100_transform_create( struct dc_context *ctx, uint32_t inst) dce100_transform_create() argument 596 dce100_ipp_create( struct dc_context *ctx, uint32_t inst) dce100_ipp_create() argument 658 dce100_opp_create( struct dc_context *ctx, uint32_t inst) dce100_opp_create() argument 673 dce100_aux_engine_create( struct dc_context *ctx, uint32_t inst) dce100_aux_engine_create() argument 711 dce100_i2c_hw_create( struct dc_context *ctx, uint32_t inst) dce100_i2c_hw_create() argument [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | epapr_paravirt.c | 14 #include <asm/inst.h> 40 struct ppc_inst inst = ppc_inst(be32_to_cpu(insts[i])); in early_init_dt_scan_epapr() local 41 patch_instruction((struct ppc_inst *)(epapr_hypercall_start + i), inst); in early_init_dt_scan_epapr() 43 patch_instruction((struct ppc_inst *)(epapr_ev_idle_start + i), inst); in early_init_dt_scan_epapr()
|