Home
last modified time | relevance | path

Searched full:span (Results 1 – 25 of 33) sorted by relevance

12

/qemu/rust/qemu-api-macros/src/
H A Dbits.rs7 Delimiter, Group, Ident, Punct, Spacing, Span, TokenStream, TokenTree, TokenTree as TT,
21 TT::Ident(Ident::new(s, Span::call_site())) in ident()
43 return Err(MacroError::Message("expected parenthesis".into(), g.span())); in parse_primary()
49 g.span(), in parse_primary()
58 tok.span(), in parse_primary()
77 return Err(MacroError::Message("expected operand".into(), p.span())); in parse_primary()
82 p.span(), in parse_primary()
90 return Err(MacroError::Message("unexpected literal".into(), tok.span())); in parse_primary()
123 p.span(), in parse_binop()
176 let mut pos = Span::call_site(); in parse()
[all …]
H A Dutils.rs5 use proc_macro2::Span;
9 Message(String, Span),
22 MacroError::Message(msg, span) => quote_spanned! { span => compile_error!(#msg); }, in from()
H A Dlib.rs25 input.ident.span(), in get_fields()
31 input.ident.span(), in get_fields()
41 input.ident.span(), in get_unnamed_field()
47 s.fields.span(), in get_unnamed_field()
53 s.fields.span(), in get_unnamed_field()
67 input.ident.span(), in is_c_repr()
80 input.ident.span(), in is_transparent_repr()
175 input.ident.span(), in get_repr_uN()
183 input.ident.span(), in get_variants()
189 v.fields.span(), in get_variants()
/qemu/include/qemu/
H A Drange.h70 * Initialize @range to span the interval [@lob,@upb].
83 * Initialize @range to span the interval [@lob,@upb_plus1).
115 * Initialize @range to span the interval [@lob,@lob + @size - 1].
132 * Initialize @range to span the interval [@lob,@lob + @size - 1].
240 * Inverse an array of sorted ranges over the [low, high] span, ie.
/qemu/docs/sphinx-static/
H A Dtheme_overrides.css179 span.menuselection {
184 code.kbd, code.kbd span {
/qemu/tests/qemu-iotests/
H A D11550 # Create an image with an L1 table and a refcount table that each span twice the
H A D21474 # In this case the compressed data would span 3 host clusters
/qemu/target/i386/tcg/
H A Daccess.c76 * If the address is not naturally aligned, it might span both pages. in access_ptr()
/qemu/include/hw/mem/
H A Dmemory-device.h44 * Conceptually, memory devices only span one memory region. If multiple
/qemu/hw/scsi/
H A Dmegasas.c1296 memset(info->ld_config.span, 0, sizeof(info->ld_config.span)); in megasas_ld_get_info_submit()
1297 info->ld_config.span[0].start_block = 0; in megasas_ld_get_info_submit()
1298 info->ld_config.span[0].num_blocks = info->size; in megasas_ld_get_info_submit()
1299 info->ld_config.span[0].array_ref = cpu_to_le16(sdev_id); in megasas_ld_get_info_submit()
1416 ld->span[0].start_block = 0; in megasas_dcmd_cfg_read()
1417 ld->span[0].num_blocks = cpu_to_le64(pd_size); in megasas_dcmd_cfg_read()
1418 ld->span[0].array_ref = cpu_to_le16(sdev_id); in megasas_dcmd_cfg_read()
H A Dmfi.h1202 struct mfi_span span[MFI_MAX_SPAN_DEPTH]; member
/qemu/hw/arm/
H A Dsmmuv3.c650 int l1_ste_offset, l2_ste_offset, max_l2_ste, span, i; in smmu_find_ste() local
678 span = L1STD_SPAN(&l1std); in smmu_find_ste()
680 if (!span) { in smmu_find_ste()
684 "invalid sid=%d (L1STD span=0)\n", sid); in smmu_find_ste()
689 max_l2_ste = (1 << span) - 1; in smmu_find_ste()
/qemu/docs/system/devices/
H A Dnet.rst197 option, it is possible to create emulated networks that span several
/qemu/tests/tcg/plugins/
H A Dmem.c122 * that span regions even though the plugin infrastructure will deliver
/qemu/qapi/
H A Dcxl.json171 # @life-used: Percentage (0-100) of factory expected life span.
/qemu/docs/devel/
H A Dqapi-code-gen.rst908 # Text of the example, may span
913 # * First item, may span
921 # 1. First item, may span
/qemu/include/hw/xtensa/
H A Dxtensa-isa.h528 * Register operands may span multiple consecutive registers, e.g., a
/qemu/block/
H A Dvhdx-log.c511 /* each iteration represents one log sequence, which may span multiple in vhdx_log_flush()
/qemu/target/arm/hvf/
H A Dhvf.c923 * SPAN is disabled by default when SCTLR.SPAN=1. To improve compatibility, in hvf_arm_get_host_cpu_features()
/qemu/accel/tcg/
H A Dtb-maint.c1122 /* NOTE: this is subtle as a TB may span two physical pages */ in tb_invalidate_phys_page_range__locked()
/qemu/hw/vfio/
H A Dcontainer.c194 /* The unmap ioctl doesn't accept a full 64-bit span. */ in vfio_legacy_dma_unmap()
/qemu/target/arm/tcg/
H A Dmte_helper.c1086 * wants a pointer to the start. Because we know we don't span a page in mte_mops_probe_rev()
/qemu/hw/display/
H A Dati.c228 return; /* end of screen, don't span to next line */ in ati_cursor_draw_line()
/qemu/docs/specs/
H A Drocker.rst350 span multiple PAGE sizes should be tested.
/qemu/pc-bios/
HDopenbios-sparc32( 8 H ! ` x p " p # $ 0 @ p % ` p x @ A B ( ...

12