Home
last modified time | relevance | path

Searched refs:nobits (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/arch/x86/include/asm/
Dsetup.h151 .pushsection .brk_reservation,"aw",@nobits; \
/Linux-v5.10/drivers/video/fbdev/
Dgxt4500.c323 static const struct fb_bitfield nobits = {0, 0}; variable
332 var->transp = nobits; in gxt4500_unpack_pixfmt()
/Linux-v5.10/arch/x86/boot/compressed/
Dhead_64.S804 .section ".pgtable","aw",@nobits
/Linux-v5.10/scripts/mod/
Dmodpost.c572 int nobits = sechdrs[i].sh_type == SHT_NOBITS; in parse_elf() local
574 if (!nobits && sechdrs[i].sh_offset > info->size) { in parse_elf()
583 if (nobits) in parse_elf()