Symbol: flush_type
crypto/testmgr.c
1043
div->flush_type = FLUSH_TYPE_NONE;
crypto/testmgr.c
1047
div->flush_type = FLUSH_TYPE_REIMPORT;
crypto/testmgr.c
1050
div->flush_type = FLUSH_TYPE_FLUSH;
crypto/testmgr.c
1055
if (div->flush_type != FLUSH_TYPE_NONE &&
crypto/testmgr.c
1060
switch (div->flush_type) {
crypto/testmgr.c
1398
if (divs[i]->flush_type == FLUSH_TYPE_REIMPORT) {
crypto/testmgr.c
1559
if (divs[i]->flush_type != FLUSH_TYPE_NONE &&
crypto/testmgr.c
1576
if (divs[i]->flush_type == FLUSH_TYPE_REIMPORT) {
crypto/testmgr.c
272
enum flush_type flush_type;
crypto/testmgr.c
431
.flush_type = FLUSH_TYPE_FLUSH,
crypto/testmgr.c
461
.flush_type = FLUSH_TYPE_REIMPORT,
crypto/testmgr.c
464
.flush_type = FLUSH_TYPE_REIMPORT,
crypto/testmgr.c
497
if (divs[i].flush_type != FLUSH_TYPE_NONE)
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
143
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
708
uint32_t vmhub, uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
730
if (adev->gmc.flush_tlb_needs_extra_type_0 && flush_type == 2)
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
735
flush_type);
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
771
uint32_t flush_type, bool all_hub,
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
799
if (adev->gmc.flush_tlb_needs_extra_type_0 && flush_type == 2)
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
805
flush_type, all_hub,
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
827
if (flush_type == 2 && adev->gmc.flush_tlb_needs_extra_type_0)
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
830
kiq->pmf->kiq_invalidate_tlbs(ring, pasid, flush_type, all_hub);
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
113
uint32_t (*get_invalidate_req)(unsigned int vmid, uint32_t flush_type);
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
152
uint32_t vmhub, uint32_t flush_type);
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
155
uint32_t flush_type, bool all_hub,
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
439
uint32_t vmhub, uint32_t flush_type);
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
441
uint32_t flush_type, bool all_hub,
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
323
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
8747
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
8755
PACKET3_INVALIDATE_TLBS_FLUSH_TYPE(flush_type));
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
344
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
470
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
473
gfx_v11_0_ring_invalidate_tlbs(kiq_ring, pasid, flush_type, all_hub, 1);
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
5977
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
5985
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
4493
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
4501
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
3393
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
3401
PACKET3_INVALIDATE_TLBS_FLUSH_TYPE(flush_type));
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
86
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
655
uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gfxhub_v12_1.c
663
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
258
unsigned int vmhub, uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
261
u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
318
uint32_t vmhub, uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
339
u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
366
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
377
input.flush_type = flush_type;
drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
412
flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
415
flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c
355
uint32_t vmhub, uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
435
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
471
uint32_t vmhub, uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
626
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
662
uint32_t vmhub, uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
743
uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
749
req = REG_SET_FIELD(req, VM_INVALIDATE_ENG0_REQ, FLUSH_TYPE, flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
812
uint32_t vmhub, uint32_t flush_type)
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
822
inv_req = gmc_v9_0_get_invalidate_req(vmid, flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
928
uint16_t pasid, uint32_t flush_type,
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
946
flush_type);
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
950
flush_type);
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
980
mes_inv_tlbs.invalidate_tlbs.flush_type = input->flush_type;
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
892
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
651
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
216
u32 flush_type = feth_plt(pkt);
drivers/infiniband/sw/rxe/rxe_resp.c
218
if ((flush_type & IB_FLUSH_GLOBAL &&
drivers/infiniband/sw/rxe/rxe_resp.c
220
(flush_type & IB_FLUSH_PERSISTENT &&
drivers/infiniband/sw/rxe/rxe_resp.c
454
u32 flush_type = feth_plt(pkt);
drivers/infiniband/sw/rxe/rxe_resp.c
459
if (flush_type & IB_FLUSH_GLOBAL)
drivers/infiniband/sw/rxe/rxe_resp.c
461
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
250
u32 flush_type;
drivers/media/platform/qcom/iris/iris_hfi_gen1_defines.h
303
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);