Searched refs:gg (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm_dev.c309 struct vm_gla2gpa *gg; local
582 gg = (struct vm_gla2gpa *)data;
583 error = vm_gla2gpa(sc->vm, gg->vcpuid, &gg->paging, gg->gla,
584 gg->prot, &gg->gpa, &gg->fault);
/freebsd-10-stable/lib/libvmmapi/
H A Dvmmapi.c1184 struct vm_gla2gpa gg; local
1187 bzero(&gg, sizeof(struct vm_gla2gpa));
1188 gg.vcpuid = vcpu;
1189 gg.prot = prot;
1190 gg.gla = gla;
1191 gg.paging = *paging;
1193 error = ioctl(ctx->fd, VM_GLA2GPA, &gg);
1195 *fault = gg.fault;
1196 *gpa = gg.gpa;
/freebsd-10-stable/contrib/binutils/bfd/
H A Delfxx-mips.c2477 struct mips_got_info *g, *gg;
2480 gg = g = mips_elf_got_info (abfd, &sgot);
2488 if (g->next != gg || TLS_RELOC_P (r_type))
2517 if (gg->global_gotsym != NULL)
2518 global_got_dynindx = gg->global_gotsym->dynindx;
2637 bfd *ibfd, struct mips_got_info *gg,
2654 g = mips_elf_got_for_ibfd (gg, ibfd);
2657 g = mips_elf_got_for_ibfd (gg, abfd);
3409 struct mips_got_info *gg;
3474 gg
2464 struct mips_got_info *g, *gg; local
2623 mips_elf_create_local_got_entry(bfd *abfd, struct bfd_link_info *info, bfd *ibfd, struct mips_got_info *gg, asection *sgot, bfd_vma value, unsigned long r_symndx, struct mips_elf_link_hash_entry *h, int r_type) argument
3395 struct mips_got_info *gg; local
7425 struct mips_got_info *gg = mips_elf_got_info (dynobj, NULL); local
8180 struct mips_got_info *g, *gg; local
8675 struct mips_got_info *gg, *g; local
9681 struct mips_got_info *gg = g; local
[all...]
H A Delf32-score.c1385 struct score_got_info *gg,
1398 g = gg;
1483 struct score_got_info *gg = g; local
1494 for (g = g->next; g != gg; g = g->next)
1508 BFD_ASSERT (gg->assigned_gotno > 0);
1509 gg->assigned_gotno--;
1383 score_elf_create_local_got_entry(bfd *abfd, bfd *ibfd ATTRIBUTE_UNUSED, struct score_got_info *gg, asection *sgot, bfd_vma value, unsigned long r_symndx ATTRIBUTE_UNUSED, struct score_elf_link_hash_entry *h ATTRIBUTE_UNUSED, int r_type ATTRIBUTE_UNUSED) argument
/freebsd-10-stable/sbin/mdconfig/
H A Dmdconfig.c417 struct ggeom *gg; local
442 gg = pp->lg_geom;
443 gcl = gg->lg_class;
/freebsd-10-stable/tests/sys/geom/class/gate/
H A Dggate_test.sh6 CONF=gg.exports

Completed in 282 milliseconds