Symbol: ZERO_OR_NULL_PTR
drivers/accel/habanalabs/common/device.c
134
if (trace_habanalabs_dma_alloc_enabled() && !ZERO_OR_NULL_PTR(ptr))
drivers/accel/habanalabs/common/memory.c
143
if (ZERO_OR_NULL_PTR(phys_pg_pack->pages)) {
drivers/accel/habanalabs/common/memory.c
890
if (ZERO_OR_NULL_PTR(phys_pg_pack->pages)) {
drivers/accel/habanalabs/common/mmu/mmu.c
1089
if (ZERO_OR_NULL_PTR(virt_addr))
drivers/accel/habanalabs/common/mmu/mmu.c
1100
if (ZERO_OR_NULL_PTR(virt_addr)) {
drivers/accel/habanalabs/common/mmu/mmu.c
1404
if (ZERO_OR_NULL_PTR(hdev->mmu_priv.dr.mmu_shadow_hop0)) {
drivers/accel/habanalabs/common/mmu/mmu.c
1423
if (ZERO_OR_NULL_PTR(hdev->mmu_priv.dr.mmu_shadow_hop0))
drivers/accel/habanalabs/common/mmu/mmu.c
787
if (ZERO_OR_NULL_PTR(*pool))
drivers/accel/habanalabs/common/mmu/mmu.c
794
if (ZERO_OR_NULL_PTR(hop0_pgt->virt_addr))
drivers/accel/habanalabs/common/mmu/mmu.c
841
if (ZERO_OR_NULL_PTR(hr_priv->mmu_pgt_pool)) {
drivers/accel/habanalabs/common/mmu/mmu.c
847
if (ZERO_OR_NULL_PTR(hr_priv->mmu_asid_hop0)) {
drivers/accel/habanalabs/common/mmu/mmu.c
857
if (ZERO_OR_NULL_PTR(virt_addr)) {
drivers/accel/habanalabs/common/mmu/mmu.c
892
if (!ZERO_OR_NULL_PTR(hr_priv->mmu_asid_hop0))
drivers/accel/habanalabs/common/mmu/mmu.c
916
if (!ZERO_OR_NULL_PTR(hr_priv->mmu_asid_hop0)) {
drivers/base/devres.c
1090
if (unlikely(is_kernel_rodata((unsigned long)p) || ZERO_OR_NULL_PTR(p)))
drivers/base/devres.c
905
if (unlikely(ZERO_OR_NULL_PTR(ptr)))
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
235
if (ZERO_OR_NULL_PTR(idle_work))
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c
750
if (ZERO_OR_NULL_PTR(hdcp_work))
drivers/hwtracing/coresight/coresight-core.c
1552
if (ZERO_OR_NULL_PTR(list)) {
drivers/thermal/intel/int340x_thermal/int3400_thermal.c
546
if (ZERO_OR_NULL_PTR(priv->data_vault))
drivers/thermal/intel/int340x_thermal/int3400_thermal.c
616
if (!ZERO_OR_NULL_PTR(priv->data_vault)) {
drivers/thermal/intel/int340x_thermal/int3400_thermal.c
639
if (!ZERO_OR_NULL_PTR(priv->data_vault)) {
drivers/thermal/intel/int340x_thermal/int3400_thermal.c
674
if (!ZERO_OR_NULL_PTR(priv->data_vault))
fs/binfmt_elf.c
1622
if (ZERO_OR_NULL_PTR(data))
fs/jbd2/transaction.c
60
if (unlikely(ZERO_OR_NULL_PTR(transaction)))
kernel/bpf/verifier.c
1400
if (ZERO_OR_NULL_PTR(src))
kernel/events/uprobes.c
2583
if (!ZERO_OR_NULL_PTR(ri))
mm/slub.c
6382
if (unlikely(ZERO_OR_NULL_PTR(objp)) || !kasan_check_byte(objp))
mm/slub.c
6471
if (unlikely(ZERO_OR_NULL_PTR(object)))
mm/slub.c
6502
if (unlikely(ZERO_OR_NULL_PTR(object)))
mm/slub.c
6565
if (unlikely(ZERO_OR_NULL_PTR(p)))
mm/slub.c
6816
if (likely(!ZERO_OR_NULL_PTR(addr))) {
mm/usercopy.c
158
if (ZERO_OR_NULL_PTR(ptr))
net/sunrpc/auth_gss/auth_gss.c
2031
if (ZERO_OR_NULL_PTR(mic.data))
net/sunrpc/auth_gss/svcauth_gss.c
1186
if (ZERO_OR_NULL_PTR(rsikey.in_token.data)) {