/xen/xen/include/asm-x86/ |
A D | asm_defns.h | 97 #define UNLIKELY_START(cond, tag) \ argument 98 .Ldispatch.tag: \ 99 j##cond .Lunlikely.tag; \ 102 .Lunlikely.tag: 105 .Ldispatch.tag 107 #define UNLIKELY_DONE(cond, tag) \ argument 108 j##cond .Llikely.tag 112 .Llikely.tag: 116 __UNLIKELY_END(tag) 194 ".Lunlikely." #tag ".%=:" [all …]
|
/xen/xen/arch/x86/boot/ |
A D | reloc.c | 35 #define get_mb2_data(tag, type, member) (((multiboot2_tag_##type##_t *)(tag))->member) argument 36 #define get_mb2_string(tag, type, member) ((u32)get_mb2_data(tag, type, member)) argument 153 const multiboot2_tag_t *tag; in mbi2_reloc() local 168 for ( tag = _p(ptr); (u32)tag - mbi_in < mbi_fix->total_size; in mbi2_reloc() 169 tag = _p(ALIGN_UP((u32)tag + tag->size, MULTIBOOT2_TAG_ALIGN)) ) in mbi2_reloc() 171 if ( tag->type == MULTIBOOT2_TAG_TYPE_MODULE ) in mbi2_reloc() 193 for ( tag = _p(ptr); (u32)tag - mbi_in < mbi_fix->total_size; in mbi2_reloc() 194 tag = _p(ALIGN_UP((u32)tag + tag->size, MULTIBOOT2_TAG_ALIGN)) ) in mbi2_reloc() 195 switch ( tag->type ) in mbi2_reloc() 199 ptr = get_mb2_string(tag, string, string); in mbi2_reloc() [all …]
|
/xen/stubdom/vtpm/ |
A D | vtpm_cmd.c | 53 tpm_marshal_UINT16(bptr, len, tag) || in pack_header() 61 tpm_unmarshal_UINT16(bptr, len, tag) || in unpack_header() 68 TPM_TAG tag; in create_error_response() local 74 switch (tag) { in create_error_response() 76 tag = TPM_TAG_RSP_COMMAND; in create_error_response() 86 tag = TPM_TAG_RSP_COMMAND; in create_error_response() 102 TPM_TAG tag = TPM_TAG_RQU_COMMAND; in VTPM_GetRandom() local 145 TPM_TAG tag = VTPM_TAG_REQ; in VTPM_LoadHashKey() local 189 TPM_TAG tag = VTPM_TAG_REQ; in VTPM_SaveHashKey() local 230 TPM_TAG tag = VTPM_TAG_REQ; in VTPM_GetParentQuote() local [all …]
|
A D | vtpm.c | 122 TPM_TAG tag; in check_passthru() local 132 tpm_unmarshal_UINT16(&ptr, &len, &tag); in check_passthru() 134 if (tag == VTPM_TAG_REQ2) { in check_passthru() 142 if (tag == VTPM_TAG_REQ) { in check_passthru()
|
/xen/xen/common/libfdt/ |
A D | fdt.c | 95 uint32_t tag; in fdt_next_tag() local 103 tag = fdt32_to_cpu(*tagp); in fdt_next_tag() 107 switch (tag) { in fdt_next_tag() 139 return tag; in fdt_next_tag() 163 uint32_t tag; in fdt_next_node() local 171 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_next_node() 173 switch (tag) { in fdt_next_node() 195 } while (tag != FDT_BEGIN_NODE); in fdt_next_node()
|
A D | fdt_sw.c | 147 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_begin_node() 204 prop->tag = cpu_to_fdt32(FDT_PROP); in fdt_property() 216 uint32_t tag; in fdt_finish() local 235 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish() 236 if (tag == FDT_PROP) { in fdt_finish()
|
A D | fdt_rw.c | 244 (*prop)->tag = cpu_to_fdt32(FDT_PROP); in _fdt_add_property() 340 uint32_t tag; in fdt_add_subnode_namelen() local 355 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_add_subnode_namelen() 356 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen() 365 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_add_subnode_namelen()
|
A D | fdt_ro.c | 108 uint32_t tag; in _nextprop() local 112 tag = fdt_next_tag(fdt, offset, &nextoffset); in _nextprop() 114 switch (tag) { in _nextprop() 125 } while (tag == FDT_NOP); in _nextprop()
|
/xen/docs/process/ |
A D | tags.pandoc | 3 Do not split a tag across multiple lines, tags are exempt from the 14 ``git bisect``, please use the 'Fixes:' tag with the first 12 characters of 29 A backport tag is an optional tag in the commit message to request a 45 Maintainers request the Backport tag to be added on commit. Contributors 46 are welcome to mark their patches with the Backport tag when they deem 50 Please note that the Backport tag is a **request** for backport, which 55 When possible, please use the Fixes tag instead (or in addition).
|
A D | release-technician-checklist.txt | 33 git-tag -u 'Xen.org Xen tree code signing' -m "Xen $v" xen-$v 37 # consider making tag in minios, and updating xen.git Config.mk 40 git-tag -u 'xen tree' -s -m "Xen $r$rc" xen-$t 43 * Also tag upstream qemu tree (Stefano) 46 git tag -u 'xen tree' -s -m "Xen $r$rc" qemu-xen-$v 76 * tag xen-unstable 83 git-tag -u 'xen tree' -s -m "Xen $r$rc" $t 86 ## hg tag <tag_name> ; hg sign -k "Xen tree" <tag_name> 92 fetch the tag into my tree 96 merge tag into staging and push to staging [all …]
|
/xen/tools/hotplug/Linux/ |
A D | vif-openvswitch | 62 local tag trunk 66 tag="${BASH_REMATCH[3]}" 76 if [ $tag ]; then 77 local tag_arg="tag=$tag"
|
/xen/xen/tools/kconfig/lxdialog/ |
A D | dialog.h | 119 struct dialog_color tag; member 144 void item_set_tag(char tag); 155 char tag; member 175 int item_is_tag(char tag);
|
A D | util.c | 41 dlg.tag.atr = A_BOLD; in set_mono_theme() 81 DLG_COLOR(tag, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 121 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 141 DLG_COLOR(tag, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() 201 init_one_color(&dlg.tag); in init_dialog_colors() 624 void item_set_tag(char tag) in item_set_tag() argument 626 item_cur->node.tag = tag; in item_set_tag() 653 return item_cur->node.tag; in item_tag() 697 int item_is_tag(char tag) in item_is_tag() argument 699 return (item_cur->node.tag == tag); in item_is_tag()
|
/xen/xen/include/xen/libfdt/ |
A D | fdt.h | 80 fdt32_t tag; member 85 fdt32_t tag; member
|
/xen/xen/include/xen/ |
A D | compat.h | 133 #define CHECK_NAME(name, tag) __check ## tag ## name argument 134 #define CHECK_NAME_(k, n, tag) __check ## tag ## k ## _ ## n argument
|
/xen/xen/common/ |
A D | device_tree.c | 1722 u32 tag; in unflatten_dt_node() local 1727 tag = be32_to_cpup((__be32 *)(*p)); in unflatten_dt_node() 1728 if ( tag != FDT_BEGIN_NODE ) in unflatten_dt_node() 1820 tag = be32_to_cpup((__be32 *)(*p)); in unflatten_dt_node() 1821 if ( tag == FDT_NOP ) in unflatten_dt_node() 1826 if ( tag != FDT_PROP ) in unflatten_dt_node() 1929 while ( tag == FDT_BEGIN_NODE || tag == FDT_NOP ) in unflatten_dt_node() 1931 if ( tag == FDT_NOP ) in unflatten_dt_node() 1935 tag = be32_to_cpup((__be32 *)(*p)); in unflatten_dt_node() 1937 if ( tag != FDT_END_NODE ) in unflatten_dt_node() [all …]
|
/xen/stubdom/vtpmmgr/ |
A D | disk_tpm.c | 109 info.tag = TPM_TAG_PCR_INFO_LONG; in TPM_disk_seal() 195 in.tag = TPM_TAG_STORED_DATA12; in TPM_disk_unseal() 199 in.sealInfoLong.tag = TPM_TAG_PCR_INFO_LONG; in TPM_disk_unseal()
|
A D | marshal.h | 382 ptr = pack_TPM_STRUCTURE_TAG(ptr, v->tag); in pack_TPM_CAP_VERSION_INFO() 394 ptr = unpack_TPM_STRUCTURE_TAG(ptr, &v->tag); in unpack_TPM_CAP_VERSION_INFO() 657 ptr = pack_TPM_STRUCTURE_TAG(ptr, p->tag); in pack_TPM_PCR_INFO_LONG() 670 rc += sizeof_TPM_STRUCTURE_TAG(p->tag); in sizeof_TPM_PCR_INFO_LONG() 817 ptr = pack_TPM_STRUCTURE_TAG(ptr, d->tag); in pack_TPM_STORED_DATA12() 895 TPM_TAG tag, in pack_TPM_RQU_HEADER() argument 898 ptr = pack_UINT16(ptr, tag); in pack_TPM_RQU_HEADER() 905 TPM_TAG* tag, in unpack_TPM_RQU_HEADER() argument 908 ptr = unpack_UINT16(ptr, tag); in unpack_TPM_RQU_HEADER() 916 TPM_TAG* tag, UINT32* size, TPM_COMMAND_CODE* ord) { in unpack3_TPM_RQU_HEADER() argument [all …]
|
A D | tpm2.c | 61 TPM_TAG tag = intag;\ 72 ptr = pack_TPM_TAG(ptr, tag);\ 127 &(tag), &(paramSize), &(status));\
|
A D | tpm2_marshal.h | 94 #define pack_TPM_ST(ptr, tag) pack_UINT16(ptr, *tag) argument 95 #define unpack_TPM_ST(ptr, tag) unpack_UINT16(ptr, tag) argument 152 ptr = pack_TPM_ST(ptr , &ticket->tag); in pack_TPMT_TK_CREATION() 161 ptr = unpack_TPM_ST(ptr, &ticket->tag); in unpack_TPMT_TK_CREATION()
|
/xen/tools/libxl/ |
A D | libxl_9pfs.c | 34 flexarray_append_pair(front, "tag", p9->tag); in libxl__set_xenstore_p9()
|
/xen/xen/xsm/flask/ss/ |
A D | sidtab.h | 48 void sidtab_hash_eval(struct sidtab *h, char *tag);
|
A D | avtab.h | 67 void avtab_hash_eval(struct avtab *h, char *tag);
|
/xen/xen/tools/kconfig/ |
A D | nconf.c | 250 char tag; member 524 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make() argument 532 k_menu_items[items_num].tag = tag; in item_make() 601 return mcur->tag; in item_tag() 622 static int item_is_tag(char tag) in item_is_tag() argument 624 return item_tag() == tag; in item_is_tag()
|
/xen/tools/libfsimage/xfs/ |
A D | xfs.h | 348 xfs_dir2_data_off_t tag; /* starting offset of us */ member 359 xfs_dir2_data_off_t tag; /* starting offset of us */ member
|