Searched refs:vml (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/i386/i386/ |
H A D | vm86.c | 424 struct vm86_layout_pae *vml; in vm86_initialize_pae() local 480 vml = (struct vm86_layout_pae *)vm86paddr; in vm86_initialize_pae() 481 pcb = &vml->vml_pcb; in vm86_initialize_pae() 482 ext = &vml->vml_ext; in vm86_initialize_pae() 497 ((u_int)vml->vml_iomap - (u_int)&ext->ext_tss) << 16; in vm86_initialize_pae() 498 ext->ext_iomap = vml->vml_iomap; in vm86_initialize_pae() 499 ext->ext_vm86.vm86_intmap = vml->vml_intmap; in vm86_initialize_pae() 507 vml->vml_iomap_trailer = 0xff; in vm86_initialize_pae() 530 struct vm86_layout_nopae *vml; in vm86_initialize_nopae() local 544 vml = (struct vm86_layout_nopae *)vm86paddr; in vm86_initialize_nopae() [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa.c | 8329 vdev_t *rvd, **vml = NULL; /* vdev modify list */ local 8391 vml = kmem_zalloc(children * sizeof (vdev_t *), KM_SLEEP); 8424 vml[c] = spa_lookup_by_guid(spa, glist[c], B_FALSE); 8425 if (vml[c] == NULL) { 8431 if (vml[c]->vdev_parent->vdev_ops != &vdev_mirror_ops || 8432 vml[c]->vdev_islog || 8433 !vdev_is_concrete(vml[c]) || 8434 vml[c]->vdev_isspare || 8435 vml[c]->vdev_isl2cache || 8436 !vdev_writeable(vml[c]) || [all …]
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.qtip.css | 584 .qtip .qtip-tip .qtip-vml, 595 .qtip .qtip-tip .qtip-vml{
|
/freebsd/crypto/openssl/crypto/perlasm/ |
H A D | s390x.pm | 1235 sub vml { subroutine 1240 vml(@_,0); 1243 vml(@_,1); 1246 vml(@_,2);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VVPInstrPatternsVec.td | 582 (!cast<Instruction>(FmkBaseName#"vml") 613 (!cast<Instruction>(RedInstName#"vml") $vx, $vm, $vl), 0),
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsARM.td | 1253 // Version with 32-bit result, vml{a,s}dav[a][x] 1260 // Version with 64-bit result, vml{a,s}ldav[a][x]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrVector.td | 669 def VML : BinaryVRRcGeneric<"vml", 0xE7A2>;
|