Searched refs:b1 (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/tools/libfsimage/zfs/ |
A D | zfs_fletcher.c | 33 uint64_t a0, b0, a1, b1; in fletcher_2_native() local 35 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_native() 39 b1 += a1; in fletcher_2_native() 42 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_native() 50 uint64_t a0, b0, a1, b1; in fletcher_2_byteswap() local 52 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_byteswap() 56 b1 += a1; in fletcher_2_byteswap() 59 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_byteswap()
|
/xen-4.10.0-shim-comet/tools/memshr/ |
A D | bidir-hash.h | 96 static inline int blockshr_block_cmp(vbdblk_t b1, vbdblk_t b2) in blockshr_block_cmp() argument 98 return (b1.sec == b2.sec) && (b1.disk_id == b2.disk_id); in blockshr_block_cmp()
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/ |
A D | common.c | 1780 u32 b1 = bytes, b2 = 0, shflags; in sh_emulate_unmap_dest() local 1817 b1 = PAGE_SIZE - (((unsigned long)addr) & ~PAGE_MASK); in sh_emulate_unmap_dest() 1818 b2 = bytes - b1; in sh_emulate_unmap_dest() 1821 if ( likely(b1 > 0) ) in sh_emulate_unmap_dest() 1822 sh_validate_guest_pt_write(v, sh_ctxt->mfn[0], addr, b1); in sh_emulate_unmap_dest() 1824 sh_validate_guest_pt_write(v, sh_ctxt->mfn[1], addr + b1, b2); in sh_emulate_unmap_dest()
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | rombios.c | 11143 ; b1: 0=AT or ESDI bus, 1=MicroChannel 11160 ; b1: 1=data streaming supported 11177 ; b1: Initial Machine Load (IML) system - BIOS on disk 11185 ; b1: memory split above 16Mb supported 11189 ; b1: enhanced mouse
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | livepatch.markdown | 117 e8 4b b1 05 00 callq ffff82d08015fbb9 <arch_do_domctl>
|
Completed in 24 milliseconds