Home
last modified time | relevance | path

Searched refs:swab (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dswab.h10 # define swab __swab macro
/linux/include/uapi/asm-generic/
H A DKbuild32 mandatory-y += swab.h
/linux/fs/cramfs/
H A DREADME148 etc. macros as used by ext2fs. We don't need to swab the compressed
/linux/drivers/char/
H A Drandom.c1108 (regs ? instruction_pointer(regs) : _RET_IP_) ^ swab(irq)); in add_interrupt_randomness()
/linux/Documentation/dev-tools/
H A Dcheckuapi.rst319 mandatory-y += swab.h
/linux/mm/
H A Dslub.c510 encoded = (unsigned long)ptr ^ s->random ^ swab(ptr_addr); in freelist_ptr_encode()
523 decoded = (void *)(ptr.v ^ s->random ^ swab(ptr_addr)); in freelist_ptr_decode()