Home
last modified time | relevance | path

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

/xen/xen/drivers/passthrough/amd/
A Diommu_acpi.c1265 const struct acpi_ivrs_header *ivrs_block, *blk = NULL; in get_supported_ivhd_type() local
1281 (!blk || blk->type < ivrs_block->type) ) in get_supported_ivhd_type()
1286 blk = ivrs_block; in get_supported_ivhd_type()
1291 if ( !blk ) in get_supported_ivhd_type()
1297 AMD_IOMMU_DEBUG("Using IVHD type %#x\n", blk->type); in get_supported_ivhd_type()
1299 return blk->type; in get_supported_ivhd_type()
/xen/tools/libfsimage/ext2fs/
A Dfsys_ext2fs.c632 int blk; /* which data blk within dir entry (off div blocksize) */ in ext2fs_dir() local
846 blk = loc >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK); in ext2fs_dir()
851 map = ext2fs_block_map (ffi, blk); in ext2fs_dir()
/xen/stubdom/grub.patches/
A D60ext4.diff450 blk = loc >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK);
458 + map = ext4fs_block_map (blk);
460 map = ext2fs_block_map (blk);
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.h319 int (*blk)( member
A Dx86_emulate.c869 } blk; member
4998 fail_if(!ops->blk); in x86_emulate()
5178 fail_if(!ops->blk); in x86_emulate()
8190 fail_if(!ops->blk); in x86_emulate()
10392 fail_if(!ops->blk); in x86_emulate()
10393 state->blk = blk_movdir; in x86_emulate()
10411 fail_if(!ops->blk); in x86_emulate()
10426 state->blk = blk_enqcmd; in x86_emulate()
10436 fail_if(!ops->blk); in x86_emulate()
10437 state->blk = blk_movdir; in x86_emulate()
[all …]
/xen/tools/tests/x86_emulator/
A Dtest_x86_emulator.c655 static int blk( in blk() function
736 .blk = blk,
/xen/xen/arch/x86/hvm/
A Demulate.c2564 .blk = hvmemul_blk,

Completed in 39 milliseconds