Searched refs:gem (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-10-stable/sys/modules/gem/
H A DMakefile3 .PATH: ${.CURDIR}/../../dev/gem
/freebsd-10-stable/sys/dev/gem/
H A Dif_gem_sbus.c60 #include <dev/gem/if_gemreg.h>
61 #include <dev/gem/if_gemvar.h>
90 "gem",
95 DRIVER_MODULE(gem, sbus, gem_sbus_driver, gem_devclass, 0, 0);
96 MODULE_DEPEND(gem, sbus, 1, 1, 1);
97 MODULE_DEPEND(gem, ether, 1, 1, 1);
105 strcmp(ofw_bus_get_compat(dev), "SUNW,sbus-gem") == 0) {
H A Dif_gem_pci.c61 #include <dev/gem/if_gemreg.h>
62 #include <dev/gem/if_gemvar.h>
94 "gem",
99 DRIVER_MODULE(gem, pci, gem_pci_driver, gem_devclass, 0, 0);
100 MODULE_DEPEND(gem, pci, 1, 1, 1);
101 MODULE_DEPEND(gem, ether, 1, 1, 1);
281 * SUNW,pci-gem cards have a single large resource VPD-R tag
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_prime.c161 mutex_lock(&rdev->gem.mutex);
162 list_add_tail(&bo->list, &rdev->gem.objects);
163 mutex_unlock(&rdev->gem.mutex);
H A Dradeon_object.c70 sx_xlock(&bo->rdev->gem.mutex);
72 sx_xunlock(&bo->rdev->gem.mutex);
317 if (list_empty(&rdev->gem.objects)) {
321 list_for_each_entry_safe(bo, n, &rdev->gem.objects, list) {
326 sx_xlock(&bo->rdev->gem.mutex);
328 sx_xunlock(&bo->rdev->gem.mutex);
H A Dradeon_gem.c95 sx_xlock(&rdev->gem.mutex);
96 list_add_tail(&robj->list, &rdev->gem.objects);
97 sx_xunlock(&rdev->gem.mutex);
134 INIT_LIST_HEAD(&rdev->gem.objects);
265 /* create a gem object to contain this object in */
/freebsd-10-stable/crypto/openssl/crypto/
H A Dppccpuid.pl130 $code =~ s/\`([^\`]*)\`/eval $1/gem;
/freebsd-10-stable/sys/powerpc/conf/
H A DGENERIC64133 device gem # Sun GEM/Sun ERI/Apple GMAC
H A DGENERIC141 device gem # Sun GEM/Sun ERI/Apple GMAC
/freebsd-10-stable/sys/sparc64/conf/
H A DGENERIC178 device gem # Sun GEM/Sun ERI/Apple GMAC
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dpicoxcell-pc3x2.dtsi54 emac: gem@30000 {
55 compatible = "cadence,gem";
H A Dpicoxcell-pc3x3.dtsi150 emac: gem@30000 {
151 compatible = "cadence,gem";
/freebsd-10-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-s390x.pl260 $code =~ s/\`([^\`]*)\`/eval $1/gem;
H A Dghash-sparcv9.pl328 $code =~ s/\`([^\`]*)\`/eval $1/gem;
/freebsd-10-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-s390x.pl243 $code =~ s/\`([^\`]*)\`/eval $1/gem;
H A Dsha1-sparcv9.pl282 $code =~ s/\`([^\`]*)\`/eval $1/gem;
H A Dsha256-armv4.pl208 $code =~ s/\`([^\`]*)\`/eval $1/gem;
H A Dsha1-sparcv9a.pl593 $code =~ s/\`([^\`]*)\`/eval $1/gem;
596 /gem;
599 /gem;
H A Dsha1-parisc.pl256 $code =~ s/\`([^\`]*)\`/eval $1/gem;
H A Dsha1-ppc.pl324 $code =~ s/\`([^\`]*)\`/eval $1/gem;
H A Dsha512-s390x.pl317 $code =~ s/\`([^\`]*)\`/eval $1/gem;
H A Dsha512-x86_64.pl449 $code =~ s/\`([^\`]*)\`/eval $1/gem;
/freebsd-10-stable/crypto/openssl/crypto/bn/asm/
H A Ds390x-gf2m.pl219 $code =~ s/\`([^\`]*)\`/eval($1)/gem;
H A Dppc-mont.pl336 $code =~ s/\`([^\`]*)\`/eval $1/gem;
/freebsd-10-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl309 $code =~ s/\`([^\`]*)\`/eval $1/gem;

Completed in 229 milliseconds

123