Searched refs:b2 (Results 1 – 5 of 5) sorted by relevance
/xen/tools/xl/ |
A D | xl_vcpu.c | 96 libxl_bitmap b1, b2; in apply_global_affinity_masks() local 99 libxl_bitmap_init(&b2); in apply_global_affinity_masks() 106 rc = libxl_bitmap_and(ctx, &b2, &b1, type_mask); in apply_global_affinity_masks() 112 if (libxl_bitmap_is_empty(&b2)) { in apply_global_affinity_masks() 120 libxl_bitmap_copy_alloc(ctx, t, &b2); in apply_global_affinity_masks() 123 libxl_bitmap_dispose(&b2); in apply_global_affinity_masks()
|
/xen/xen/common/ |
A D | xmalloc_tlsf.c | 377 struct bhdr *b, *b2, *next_b, *region; in xmem_pool_alloc() local 423 b2 = GET_NEXT_BLOCK(b->ptr.buffer, size); in xmem_pool_alloc() 425 b2->size = tmp_size | FREE_BLOCK | PREV_USED; in xmem_pool_alloc() 426 b2->prev_hdr = b; in xmem_pool_alloc() 428 next_b->prev_hdr = b2; in xmem_pool_alloc() 431 INSERT_BLOCK(b2, pool, fl, sl); in xmem_pool_alloc()
|
/xen/xen/arch/x86/mm/shadow/ |
A D | hvm.c | 617 u32 b1 = bytes, b2 = 0, shflags; in sh_emulate_unmap_dest() local 670 b2 = bytes - b1; in sh_emulate_unmap_dest() 671 ASSERT(b2 < bytes); in sh_emulate_unmap_dest() 675 if ( unlikely(b2 > 0) ) 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 D | kconfig-language.rst | 585 b2) Swap all "depends on FOO" to "select FOO"
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 11142 ; b2: 1=extended BIOS data area used 11159 ; b2: 1=non-8042 kb controller 11176 ; b2: info panel installed 11184 ; b2: private
|
Completed in 18 milliseconds