Symbol: null
arch/m68k/math-emu/fp_decode.h
368
1: printf PDECODE,"0" | null base displacement
arch/m68k/math-emu/fp_decode.h
390
1: printf PDECODE,"0" | null outer displacement
arch/mips/include/asm/pgtable.h
145
pte_t null = __pte(0);
arch/mips/include/asm/pgtable.h
151
null.pte_high = _PAGE_GLOBAL;
arch/mips/include/asm/pgtable.h
154
null.pte_low = null.pte_high = _PAGE_GLOBAL;
arch/mips/include/asm/pgtable.h
157
set_pte(ptep, null);
arch/nios2/include/asm/pgtable.h
213
pte_t null;
arch/nios2/include/asm/pgtable.h
215
pte_val(null) = (addr >> PAGE_SHIFT) & 0xf;
arch/nios2/include/asm/pgtable.h
217
set_pte(ptep, null);
arch/x86/hyperv/hv_crash.c
420
u64 null; /* index 0, selector 0, null selector */
arch/x86/kernel/static_call.c
151
static inline enum insn_type __sc_insn(bool null, bool tail)
arch/x86/kernel/static_call.c
163
return 2*tail + null;
drivers/bus/moxtet.c
192
static int __unregister(struct device *dev, void *null)
drivers/char/agp/generic.c
1304
static void ipi_handler(void *null)
drivers/crypto/chelsio/chcr_algo.c
2367
int null = 0;
drivers/crypto/chelsio/chcr_algo.c
2384
null = 1;
drivers/crypto/chelsio/chcr_algo.c
2427
null ? 0 : 1 + IV,
drivers/crypto/chelsio/chcr_algo.c
2428
null ? 0 : IV + req->assoclen,
drivers/crypto/chelsio/chcr_algo.c
2433
null ? 0 : req->assoclen + IV + 1,
drivers/dma/ioat/dma.c
225
hw->ctl_f.null = 1;
drivers/dma/ioat/hw.h
78
unsigned int null:1;
drivers/dma/ioat/prep.c
234
hw->ctl_f.null = 1;
drivers/dma/ioat/prep.c
450
hw->ctl_f.null = 1;
drivers/dma/ioat/prep.c
721
hw->ctl_f.null = 1;
drivers/gpu/drm/nouveau/include/nvkm/subdev/mmu.h
63
dma_addr_t null;
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c
310
gf100_runq_intr(struct nvkm_runq *runq, struct nvkm_runl *null)
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c
370
gk104_runq_intr(struct nvkm_runq *runq, struct nvkm_runl *null)
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv44.c
46
nvkm_wr32(device, 0x100818, mmu->vmm->null);
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
1086
vmm->nullp, vmm->null);
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv44.c
223
&vmm->null, GFP_KERNEL);
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv44.c
226
vmm->null = 0;
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv44.c
39
u32 addr = (list ? *list++ : vmm->null) >> 12;
drivers/hwtracing/intel_th/gth.c
243
OUTPUT_PARM(null, BIT(3), 1, 1, output),
drivers/infiniband/hw/hfi1/tid_rdma.c
228
goto null;
drivers/infiniband/hw/hfi1/tid_rdma.c
239
goto null;
drivers/infiniband/hw/hfi1/tid_rdma.c
260
null:
drivers/mtd/nand/raw/davinci_nand.c
322
u_char *ecc_code, u_char *null)
drivers/net/dsa/sja1105/sja1105_flower.c
233
u8 null[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
drivers/net/dsa/sja1105/sja1105_flower.c
238
if (!ether_addr_equal_masked(match.key->src, null,
drivers/s390/cio/chsc.c
364
u32 null:1;
drivers/s390/cio/chsc.c
435
if (lir->iq.null)
drivers/scsi/csiostor/csio_rnode.c
447
uint8_t null[8];
drivers/scsi/csiostor/csio_rnode.c
515
memset(null, 0, 8);
drivers/scsi/csiostor/csio_rnode.c
516
if (!memcmp(rdevp->wwnn, null, 8)) {
drivers/scsi/csiostor/csio_rnode.c
525
if (!memcmp(rdevp->wwpn, null, 8)) {
drivers/slimbus/core.c
287
static int slim_ctrl_remove_device(struct device *dev, void *null)
drivers/slimbus/qcom-ngd-ctrl.c
1298
static int qcom_slim_ngd_update_device_status(struct device *dev, void *null)
drivers/spi/spi.c
3553
static int __unregister(struct device *dev, void *null)
fs/fuse/dir.c
2472
static int fuse_symlink_read_folio(struct file *null, struct folio *folio)
lib/kunit/kunit-test.c
120
int *null = NULL;
lib/kunit/kunit-test.c
122
*null = 0;
sound/pci/emu10k1/emufx.c
2426
static void copy_string(char *dst, const char *src, const char *null, int idx)
sound/pci/emu10k1/emufx.c
2429
sprintf(dst, "%s %02X", null, idx);
tools/objtool/elf.c
1190
struct section *null, *symtab, *strtab, *shstrtab;
tools/objtool/elf.c
1254
null = elf_create_section(elf, NULL, 0, 0, SHT_NULL, 0, 0);
tools/objtool/elf.c
1258
if (!null || !shstrtab || !strtab)
tools/objtool/elf.c
1261
null->name = "";
tools/objtool/elf.c
1265
null->sh.sh_name = elf_add_string(elf, shstrtab, null->name);
tools/objtool/elf.c
1269
if (null->sh.sh_name == -1 || shstrtab->sh.sh_name == -1 || strtab->sh.sh_name == -1)
tools/objtool/elf.c
1272
elf_hash_add(section_name, &null->name_hash, str_hash(null->name));
tools/objtool/elf.c
1299
sym->sec = null;
tools/objtool/orc_gen.c
115
orc_list_add(&orc_list, &null, sec, sec->sh.sh_size);
tools/objtool/orc_gen.c
55
struct orc_entry null = { .type = ORC_TYPE_UNDEFINED };
tools/testing/selftests/nolibc/nolibc-test.c
1245
int dev, null;
tools/testing/selftests/nolibc/nolibc-test.c
1251
null = openat(dev, "null", O_RDONLY);
tools/testing/selftests/nolibc/nolibc-test.c
1253
if (null < 0)
tools/testing/selftests/nolibc/nolibc-test.c
1256
close(null);
tools/testing/selftests/vfio/lib/drivers/ioat/hw.h
78
unsigned int null:1;