Home
last modified time | relevance | path

Searched refs:b1 (Results 1 – 7 of 7) sorted by relevance

/xen/tools/libfsimage/zfs/
A Dzfs_fletcher.c33 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/stubdom/
A Dvtpm_TPM_ChangeAuthAsymFinish.patch5 tpm_hmac_final(&hmac_ctx, b1.digest);
6 /* 6. The TPM SHALL compare b1 with newAuthLink. The TPM SHALL
8 - if (memcmp(&b1, &newAuthLink, sizeof(TPM_HMAC))) {
9 + if (memcmp(&b1, newAuthLink, sizeof(TPM_HMAC))) {
/xen/tools/xl/
A Dxl_vcpu.c96 libxl_bitmap b1, b2; in apply_global_affinity_masks() local
98 libxl_bitmap_init(&b1); in apply_global_affinity_masks()
101 rc = libxl_bitmap_and(ctx, &b1, t, mask); in apply_global_affinity_masks()
106 rc = libxl_bitmap_and(ctx, &b2, &b1, type_mask); in apply_global_affinity_masks()
122 libxl_bitmap_dispose(&b1); in apply_global_affinity_masks()
/xen/xen/arch/x86/mm/shadow/
A Dhvm.c617 u32 b1 = bytes, b2 = 0, shflags; in sh_emulate_unmap_dest() local
669 b1 = PAGE_SIZE - (((unsigned long)addr) & ~PAGE_MASK); in sh_emulate_unmap_dest()
670 b2 = bytes - b1; in sh_emulate_unmap_dest()
673 if ( likely(b1 > 0) ) in sh_emulate_unmap_dest()
674 validate_guest_pt_write(v, sh_ctxt->mfn[0], addr, b1); in sh_emulate_unmap_dest()
676 validate_guest_pt_write(v, sh_ctxt->mfn[1], addr + b1, b2); in sh_emulate_unmap_dest()
/xen/docs/misc/
A Dkconfig-language.rst583 b1) Swap all "select FOO" to "depends on FOO" or,
A Dlivepatch.pandoc115 e8 4b b1 05 00 callq ffff82d08015fbb9 <arch_do_domctl>
/xen/tools/firmware/rombios/
A Drombios.c11143 ; 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

Completed in 17 milliseconds