Searched refs:swab (Results 1 – 6 of 6) sorted by relevance
10 # define swab __swab macro
32 mandatory-y += swab.h
148 etc. macros as used by ext2fs. We don't need to swab the compressed
1108 (regs ? instruction_pointer(regs) : _RET_IP_) ^ swab(irq)); in add_interrupt_randomness()
319 mandatory-y += swab.h
510 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()