/xen/tools/firmware/hvmloader/ |
A D | 32bitbios_support.c | 109 uint32_t *loc, fix; in relocate_32bitbios() local 125 loc = (uint32_t *)&code[rels[j].r_offset]; in relocate_32bitbios() 131 *loc += fix - (uint32_t)loc; in relocate_32bitbios() 135 *loc += fix; in relocate_32bitbios()
|
/xen/tools/libxl/ |
A D | libxlu_cfg.c | 217 value->loc.first_column); in xlu_cfg_value_get_string() 234 value->loc.first_column); in xlu_cfg_value_get_list() 393 YYLTYPE *loc) in xlu__cfg_string_mk() argument 403 memcpy(&value->loc, loc, sizeof(*loc)); in xlu__cfg_string_mk() 417 YYLTYPE *loc) in xlu__cfg_list_mk() argument 434 memcpy(&value->loc, loc, sizeof(*loc)); in xlu__cfg_list_mk() 672 YYLTYPE loc; in xlu__cfgl_lexicalerror() local 673 loc.first_line= xlu__cfg_yyget_lineno(ctx->scanner); in xlu__cfgl_lexicalerror() 674 xlu__cfg_yyerror(&loc, ctx, msg); in xlu__cfgl_lexicalerror() 675 ctx->lexerrlineno= loc.first_line; in xlu__cfgl_lexicalerror() [all …]
|
A D | libxlu_cfg_i.h | 30 char *atom, YYLTYPE *loc); 33 YYLTYPE *loc);
|
A D | libxlu_internal.h | 49 YYLTYPE loc; member
|
A D | libxlu_disk_l.l | 83 #define SAVESTRING(what,loc,val) do{ \ argument 84 savestring(DPC, what " respecified", &DPC->disk->loc, (val)); \
|
A D | libxlu_disk_l.c | 1121 #define SAVESTRING(what,loc,val) do{ \ argument 1122 savestring(DPC, what " respecified", &DPC->disk->loc, (val)); \
|
/xen/stubdom/vtpmmgr/ |
A D | disk_read.c | 242 const struct hash256 *hash, const sector_t *loc, in load_verify_vtpm_pages() argument 253 page->disk_loc = loc[i]; in load_verify_vtpm_pages() 268 const struct hash256 *hash, const sector_t *loc, int hsize, 272 const struct hash256 *hash, const sector_t *loc, int hsize, in load_verify_vtpm_itree() argument 299 disk_set_used(loc[i], mgr); in load_verify_vtpm_itree() 300 hdr->disk_inuse[inuse_base++] = loc[i]; in load_verify_vtpm_itree() 302 rc = disk_read_crypt_sector(&pt, sizeof(pt), loc[i], mgr); in load_verify_vtpm_itree() 304 printk("Malformed sector %d\n", be32_native(loc[i])); in load_verify_vtpm_itree() 420 group->disk_loc = loc[i]; in load_verify_group_itree() 443 disk_set_used(loc[i], dst); in load_verify_group_itree() [all …]
|
A D | disk_write.c | 128 struct hash256 *hash, sector_t *loc, int hsize, 132 struct hash256 *hash, sector_t *loc, int hsize, in disk_write_vtpm_itree() argument 145 loc[i] = page->disk_loc; in disk_write_vtpm_itree() 161 disk_write_crypt_sector(&loc[i], &pt, sizeof(pt), mgr); in disk_write_vtpm_itree() 172 memcpy(&hdr->disk_inuse[inuse_base], loc, lsize * sizeof(sector_t)); in disk_write_vtpm_itree() 286 struct hash256 *hash, sector_t *loc, int hsize); 289 struct hash256 *hash, sector_t *loc, int hsize) in disk_write_group_itree() argument 297 loc[i] = group->disk_loc; in disk_write_group_itree() 317 disk_write_crypt_sector(&loc[i], &pt, sizeof(pt), mgr); in disk_write_group_itree()
|
A D | disk_io.c | 97 void disk_set_used(sector_t loc, const struct mem_tpm_mgr *mgr) in disk_set_used() argument 99 uint32_t s = be32_native(loc); in disk_set_used()
|
A D | disk_io.h | 11 void disk_set_used(sector_t loc, const struct mem_tpm_mgr *mgr);
|
/xen/tools/libfsimage/ufs/ |
A D | fsys_ufs.c | 231 int loc, off; in dlook() local 238 loc = 0; in dlook() 239 while (loc < INODE->ic_sizelo) { in dlook() 241 off = blkoff(SUPERBLOCK, loc); in dlook() 244 lbn = lblkno(SUPERBLOCK, loc); in dlook() 260 loc += dp->d_reclen; in dlook()
|
A D | ufs.h | 216 #define blkoff(fs, loc) ((int)((loc & ~(fs)->fs_bmask))) argument 217 #define lblkno(fs, loc) ((grub_int32_t)((loc) >> (fs)->fs_bshift)) argument
|
/xen/xen/common/ubsan/ |
A D | ubsan.c | 60 struct source_location *loc) in print_source_location() argument 62 pr_err("%s %s:%d:%d\n", prefix, loc->file_name, in print_source_location() 63 loc->line & LINE_MASK, loc->column & COLUMN_MASK); in print_source_location() 66 static bool suppress_report(struct source_location *loc) in suppress_report() argument 68 return current->in_ubsan || was_reported(loc); in suppress_report() 152 static bool location_is_valid(struct source_location *loc) in location_is_valid() argument 154 return loc->file_name != NULL; in location_is_valid()
|
/xen/docs/ |
A D | xen-headers | 170 my $loc = sdefval($ttype,$tname,'DefLocs'); 182 ($loc,$ttype,$tname) = ($loc2,$type2,$name2); 184 next unless defined $loc; 185 return "href=\"$loc#${ttype}_$tname\"";
|
/xen/stubdom/vtpm/ |
A D | vtpm.c | 374 unsigned int loc; in parse_cmd_line() local 375 if (sscanf(pch, "%u", &loc) == 1 && loc < 256) { in parse_cmd_line() 376 uint8_t locality_bit = (1 << (loc & 7)); in parse_cmd_line() 377 int locality_byte = loc >> 3; in parse_cmd_line()
|
/xen/tools/libfsimage/ext2fs/ |
A D | fsys_ext2fs.c | 631 int loc; /* location within a directory */ in ext2fs_dir() local 818 loc = 0; in ext2fs_dir() 824 printf ("dirname=%s, rest=%s, loc=%d\n", dirname, rest, loc); in ext2fs_dir() 829 if (loc >= INODE->i_size) in ext2fs_dir() 846 blk = loc >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK); in ext2fs_dir() 862 off = loc & (EXT2_BLOCK_SIZE (SUPERBLOCK) - 1); in ext2fs_dir() 865 loc += dp->rec_len; in ext2fs_dir()
|
/xen/tools/python/scripts/ |
A D | convert-legacy-stream | 455 _, loc = unpack_exact("=IQ") 456 info(" ACPI ioport location: 0x%x" % (loc, )) 457 hvm_params.extend([public.HVM_PARAM_ACPI_IOPORTS_LOCATION, loc]) 460 _, loc = unpack_exact("=IQ") 461 info(" Viridian location: 0x%x" % (loc, )) 462 hvm_params.extend([public.HVM_PARAM_VIRIDIAN, loc])
|
/xen/stubdom/grub.patches/ |
A D | 60ext4.diff | 450 blk = loc >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK);
|