Symbol: flush_type
crypto/testmgr.c
1042
div->flush_type = FLUSH_TYPE_NONE;
crypto/testmgr.c
1046
div->flush_type = FLUSH_TYPE_REIMPORT;
crypto/testmgr.c
1049
div->flush_type = FLUSH_TYPE_FLUSH;
crypto/testmgr.c
1054
if (div->flush_type != FLUSH_TYPE_NONE &&
crypto/testmgr.c
1059
switch (div->flush_type) {
crypto/testmgr.c
1397
if (divs[i]->flush_type == FLUSH_TYPE_REIMPORT) {
crypto/testmgr.c
1558
if (divs[i]->flush_type != FLUSH_TYPE_NONE &&
crypto/testmgr.c
1575
if (divs[i]->flush_type == FLUSH_TYPE_REIMPORT) {
crypto/testmgr.c
271
enum flush_type flush_type;
crypto/testmgr.c
430
.flush_type = FLUSH_TYPE_FLUSH,
crypto/testmgr.c
460
.flush_type = FLUSH_TYPE_REIMPORT,
crypto/testmgr.c
463
.flush_type = FLUSH_TYPE_REIMPORT,
crypto/testmgr.c
496
if (divs[i].flush_type != FLUSH_TYPE_NONE)
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
148
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
721
uint32_t vmhub, uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
745
if (adev->gmc.flush_tlb_needs_extra_type_0 && flush_type == 2)
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
750
flush_type);
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
786
uint32_t flush_type, bool all_hub,
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
814
if (adev->gmc.flush_tlb_needs_extra_type_0 && flush_type == 2)
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
820
flush_type, all_hub,
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
842
if (flush_type == 2 && adev->gmc.flush_tlb_needs_extra_type_0)
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
845
kiq->pmf->kiq_invalidate_tlbs(ring, pasid, flush_type, all_hub);
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
117
uint32_t (*get_invalidate_req)(unsigned int vmid, uint32_t flush_type);
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
156
uint32_t vmhub, uint32_t flush_type);
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
159
uint32_t flush_type, bool all_hub,
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
446
uint32_t vmhub, uint32_t flush_type);
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
448
uint32_t flush_type, bool all_hub,
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
340
uint8_t flush_type;
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
1690
uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
1712
r = amdgpu_gmc_flush_gpu_tlb_pasid(adev, vm->pasid, flush_type,
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
529
uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
3700
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
3815
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
3818
gfx_v10_0_ring_invalidate_tlbs(kiq_ring, pasid, flush_type, all_hub, 1);
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
8759
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
8767
PACKET3_INVALIDATE_TLBS_FLUSH_TYPE(flush_type));
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
361
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
487
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
490
gfx_v11_0_ring_invalidate_tlbs(kiq_ring, pasid, flush_type, all_hub, 1);
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
6109
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
6117
PACKET3_INVALIDATE_TLBS_FLUSH_TYPE(flush_type));
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
285
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
405
uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
408
gfx_v12_0_ring_invalidate_tlbs(kiq_ring, pasid, flush_type, all_hub, 1);
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
4576
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
4584
PACKET3_INVALIDATE_TLBS_FLUSH_TYPE(flush_type));
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
205
uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
208
gfx_v12_1_ring_invalidate_tlbs(kiq_ring, pasid, flush_type, all_hub, 1);
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
3498
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
3506
PACKET3_INVALIDATE_TLBS_FLUSH_TYPE(flush_type));
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
87
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
1032
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
1040
PACKET3_INVALIDATE_TLBS_FLUSH_TYPE(flush_type));
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
280
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
288
PACKET3_INVALIDATE_TLBS_FLUSH_TYPE(flush_type));
drivers/gpu/drm/amd/amdgpu/gfxhub_v11_5_0.c
60
uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gfxhub_v11_5_0.c
67
req = REG_SET_FIELD(req, GCVM_INVALIDATE_ENG0_REQ, FLUSH_TYPE, flush_type);
drivers/gpu/drm/amd/amdgpu/gfxhub_v12_0.c
62
uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gfxhub_v12_0.c
69
req = REG_SET_FIELD(req, GCVM_INVALIDATE_ENG0_REQ, FLUSH_TYPE, flush_type);
drivers/gpu/drm/amd/amdgpu/gfxhub_v12_1.c
668
uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gfxhub_v12_1.c
676
FLUSH_TYPE, flush_type);
drivers/gpu/drm/amd/amdgpu/gfxhub_v2_0.c
56
uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gfxhub_v2_0.c
63
req = REG_SET_FIELD(req, GCVM_INVALIDATE_ENG0_REQ, FLUSH_TYPE, flush_type);
drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.c
59
uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.c
66
req = REG_SET_FIELD(req, GCVM_INVALIDATE_ENG0_REQ, FLUSH_TYPE, flush_type);
drivers/gpu/drm/amd/amdgpu/gfxhub_v3_0.c
55
uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gfxhub_v3_0.c
62
req = REG_SET_FIELD(req, GCVM_INVALIDATE_ENG0_REQ, FLUSH_TYPE, flush_type);
drivers/gpu/drm/amd/amdgpu/gfxhub_v3_0_3.c
58
uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gfxhub_v3_0_3.c
65
req = REG_SET_FIELD(req, GCVM_INVALIDATE_ENG0_REQ, FLUSH_TYPE, flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c
236
uint32_t vmhub, uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c
240
u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c
333
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c
351
flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c
354
flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
221
uint32_t vmhub, uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
225
u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
325
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
343
flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
346
flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c
214
unsigned int vmhub, uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c
218
u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c
306
uint32_t vmhub, uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c
321
u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c
346
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c
356
input.flush_type = flush_type;
drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c
380
flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c
383
flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
271
unsigned int vmhub, uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
274
u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
331
uint32_t vmhub, uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
352
u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
377
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
388
input.flush_type = flush_type;
drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
423
flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
426
flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c
349
uint32_t vmhub, uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
429
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
465
uint32_t vmhub, uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
620
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
656
uint32_t vmhub, uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
708
uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
714
req = REG_SET_FIELD(req, VM_INVALIDATE_ENG0_REQ, FLUSH_TYPE, flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
777
uint32_t vmhub, uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
787
inv_req = gmc_v9_0_get_invalidate_req(vmid, flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
893
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
911
flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
915
flush_type);
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
982
mes_inv_tlbs.invalidate_tlbs.flush_type = input->flush_type;
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
946
mes_inv_tlbs.invalidate_tlbs.flush_type = input->flush_type;
drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c
120
uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c
127
req = REG_SET_FIELD(req, MMVM_INVALIDATE_ENG0_REQ, FLUSH_TYPE, flush_type);
drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c
59
uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c
66
req = REG_SET_FIELD(req, MMVM_INVALIDATE_ENG0_REQ, FLUSH_TYPE, flush_type);
drivers/gpu/drm/amd/amdgpu/mmhub_v3_0.c
76
uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/mmhub_v3_0.c
83
req = REG_SET_FIELD(req, MMVM_INVALIDATE_ENG0_REQ, FLUSH_TYPE, flush_type);
drivers/gpu/drm/amd/amdgpu/mmhub_v3_0_1.c
83
uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/mmhub_v3_0_1.c
90
req = REG_SET_FIELD(req, MMVM_INVALIDATE_ENG0_REQ, FLUSH_TYPE, flush_type);
drivers/gpu/drm/amd/amdgpu/mmhub_v3_0_2.c
76
uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/mmhub_v3_0_2.c
83
req = REG_SET_FIELD(req, MMVM_INVALIDATE_ENG0_REQ, FLUSH_TYPE, flush_type);
drivers/gpu/drm/amd/amdgpu/mmhub_v3_3.c
196
uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/mmhub_v3_3.c
203
req = REG_SET_FIELD(req, MMVM_INVALIDATE_ENG0_REQ, FLUSH_TYPE, flush_type ? : 1);
drivers/gpu/drm/amd/amdgpu/mmhub_v4_1_0.c
68
uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/mmhub_v4_2_0.c
691
uint32_t flush_type)
drivers/gpu/drm/amd/include/mes_v12_api_def.h
937
uint8_t flush_type;
drivers/infiniband/sw/rxe/rxe_resp.c
217
u32 flush_type = feth_plt(pkt);
drivers/infiniband/sw/rxe/rxe_resp.c
219
if ((flush_type & IB_FLUSH_GLOBAL &&
drivers/infiniband/sw/rxe/rxe_resp.c
221
(flush_type & IB_FLUSH_PERSISTENT &&
drivers/infiniband/sw/rxe/rxe_resp.c
491
u32 flush_type = feth_plt(pkt);
drivers/infiniband/sw/rxe/rxe_resp.c
496
if (flush_type & IB_FLUSH_GLOBAL)
drivers/infiniband/sw/rxe/rxe_resp.c
498
if (flush_type & IB_FLUSH_PERSISTENT)
drivers/media/platform/qcom/iris/iris_hfi_gen1_command.c
193
u32 flush_type = 0;
drivers/media/platform/qcom/iris/iris_hfi_gen1_command.c
199
flush_type = HFI_FLUSH_ALL;
drivers/media/platform/qcom/iris/iris_hfi_gen1_command.c
201
flush_type = HFI_FLUSH_OUTPUT;
drivers/media/platform/qcom/iris/iris_hfi_gen1_command.c
208
flush_pkt.flush_type = flush_type;
drivers/media/platform/qcom/iris/iris_hfi_gen1_defines.h
269
u32 flush_type;
drivers/media/platform/qcom/iris/iris_hfi_gen1_defines.h
322
u32 flush_type;
drivers/media/platform/qcom/iris/iris_hfi_gen1_response.c
208
flush_pkt.flush_type = HFI_FLUSH_OUTPUT;
drivers/media/platform/qcom/iris/iris_hfi_gen1_response.c
433
flush_pkt.flush_type = HFI_FLUSH_OUTPUT;
drivers/media/platform/qcom/venus/hfi_cmds.c
385
pkt->flush_type = type;
drivers/media/platform/qcom/venus/hfi_cmds.h
206
u32 flush_type;
drivers/media/platform/qcom/venus/hfi_msgs.h
148
u32 flush_type;
drivers/net/ethernet/mellanox/mlxsw/reg.h
1164
MLXSW_ITEM32(reg, sfdf, flush_type, 0x04, 28, 4);