Home
last modified time | relevance | path

Searched defs:NOP (Results 1 – 23 of 23) sorted by relevance

/linux/arch/sparc/lib/
H A DM7patch.S10 #define NOP 0x01000000 macro
H A DNGpatch.S8 #define NOP 0x01000000 macro
H A DGENpatch.S8 #define NOP 0x01000000 macro
H A DU3patch.S8 #define NOP 0x01000000 macro
H A DNG2patch.S8 #define NOP 0x01000000 macro
H A DNG4patch.S10 #define NOP 0x01000000 macro
H A DGENpage.S52 #define NOP 0x01000000 macro
H A DNGpage.S112 #define NOP 0x01000000 macro
H A DGENbzero.S131 #define NOP 0x01000000 macro
H A DNGbzero.S134 #define NOP 0x01000000 macro
/linux/arch/sparc/kernel/
H A Dsun4v_tlb_miss.S399 #define NOP 0x01000000 macro
/linux/arch/x86/kernel/
H A Dstatic_call.c9 NOP = 1, /* site cond-call */ enumerator
/linux/include/scsi/
H A Dscsi_status.h19 NOP = 0x08, enumerator
/linux/arch/csky/kernel/
H A Dftrace.c11 #define NOP 0x4000 macro
/linux/drivers/s390/char/
H A Dtape_std.h33 #define NOP 0x03 /* No operation */ macro
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-i2c.c76 NOP = 0, // no operation on I2C bus enumerator
/linux/arch/x86/include/asm/
H A Dxor.h50 #define NOP(x) macro
/linux/sound/pci/aw2/
H A Dsaa7146.h155 #define NOP 0 macro
/linux/drivers/gpu/drm/xe/
H A Dxe_lrc.c110 #define NOP(x) (BIT(7) | (x)) in set_offsets() macro
/linux/drivers/video/fbdev/i810/
H A Di810.h67 #define NOP 0x00 /* No operation, padding */ macro
/linux/drivers/net/wan/
H A Dfarsync.c366 #define NOP 0 /* No operation */ macro
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h817 NOP = 0x0, enumerator
/linux/kernel/bpf/
H A Dverifier.c19781 static const struct bpf_insn NOP = BPF_JMP_IMM(BPF_JA, 0, 0, 0); variable