Home
last modified time | relevance | path

Searched refs:fields (Results 1 – 25 of 44) sorted by relevance

12

/xen/xen/tools/
A Dget-fields.sh18 local level=1 aggr=0 name= fields=
32 echo "$fields }"
40 test $aggr = 0 || fields="$fields $token"
122 test -z "$fields" || fields="$fields $token"
253 test -z "$fields" || fields="$fields $token"
372 test -z "$fields" || fields="$fields $token"
432 test -z "$fields" || fields="$fields $token"
452 fields=" "
478 test -z "$fields" || fields="$fields $token"
485 if [ -z "$fields" ]
[all …]
/xen/xen/arch/x86/hvm/
A Dvioapic.c245 unmasked = ent.fields.mask; in vioapic_write_redirent()
248 ent.fields.delivery_status = 0; in vioapic_write_redirent()
249 ent.fields.remote_irr = pent->fields.remote_irr; in vioapic_write_redirent()
260 pent->fields.remote_irr = 0; in vioapic_write_redirent()
261 else if ( !ent.fields.mask && in vioapic_write_redirent()
262 !ent.fields.remote_irr && in vioapic_write_redirent()
265 pent->fields.remote_irr = 1; in vioapic_write_redirent()
502 if ( ent->fields.mask ) in vioapic_irq_positive_edge()
509 else if ( !ent->fields.remote_irr ) in vioapic_irq_positive_edge()
511 ent->fields.remote_irr = 1; in vioapic_irq_positive_edge()
[all …]
/xen/xen/arch/x86/
A Dextable.c116 .fields.ec = regs->error_code, in search_exception_table()
117 .fields.trapnr = regs->entry_vector, in search_exception_table()
137 .res.fields.trapnr = TRAP_invalid_op }, in stub_selftest()
140 .res.fields.trapnr = TRAP_gp_fault }, in stub_selftest()
143 .res.fields.trapnr = TRAP_stack_error }, in stub_selftest()
145 .res.fields.trapnr = TRAP_int3 }, in stub_selftest()
179 tests[i].res.fields.trapnr, tests[i].res.fields.ec, in stub_selftest()
180 res.fields.trapnr, res.fields.ec); in stub_selftest()
/xen/tools/xenstat/xentop/
A Dxentop.c174 field fields[] = { variable
884 fields[FIELD_NET_TX-1].default_width = 8; in reset_field_widths()
885 fields[FIELD_NET_RX-1].default_width = 8; in reset_field_widths()
886 fields[FIELD_VBD_RD-1].default_width = 8; in reset_field_widths()
887 fields[FIELD_VBD_WR-1].default_width = 8; in reset_field_widths()
888 fields[FIELD_VBD_RSECT-1].default_width = 10; in reset_field_widths()
889 fields[FIELD_VBD_WSECT-1].default_width = 10; in reset_field_widths()
901 fields[FIELD_NAME-1].default_width = length; in adjust_field_widths()
906 fields[FIELD_NET_TX-1].default_width = length; in adjust_field_widths()
996 print("%*s", fields[i].default_width, fields[i].header); in do_header()
[all …]
/xen/tools/libxl/
A Didl.py204 def __init__(self, kind, typename, fields, **kwargs): argument
217 self.fields = []
218 for f in fields:
229 self.fields.append(Field(t,n,**kw))
250 def __init__(self, name, fields, **kwargs): argument
252 Aggregate.__init__(self, "struct", name, fields, **kwargs)
255 return len(self.fields) != 0
258 def __init__(self, name, fields, **kwargs): argument
264 Aggregate.__init__(self, "union", name, fields, **kwargs)
278 for f in fields:
[all …]
A Dgentypes.py49 for f in ty.fields:
71 for f in ty.fields:
94 for f in [f for f in ty.fields if not f.const]:
116 for f in ty.fields:
188 for f in ty.fields:
201 for f in [f for f in ty.fields if not f.const]:
263 for x in f.type.fields:
286 for f in [f for f in field.type.fields if not f.const]:
384 for f in ty.fields:
495 for f in ty.fields:
[all …]
A Didl.txt33 functions. Valid values for this fields are:
49 The name of the C function which will deep copy all fields within
151 The contained types are available in the list Aggregate.fields. Each
159 fields).
A Dgentest.py50 for f in ty.fields:
59 for f in [f for f in ty.fields if not f.const]:
/xen/xen/arch/x86/hvm/svm/
A Dintr.c96 if ( intr.fields.irq ) in svm_enable_intr_window()
125 intr.fields.irq = 1; in svm_enable_intr_window()
126 intr.fields.vector = 0; in svm_enable_intr_window()
127 intr.fields.prio = intack.vector >> 4; in svm_enable_intr_window()
128 intr.fields.ign_tpr = (intack.source != hvm_intsrc_lapic); in svm_enable_intr_window()
A Dnestedsvm.c252 svm->ns_hostflags.fields.rflagsif = in nsvm_vcpu_hostsave()
713 svm->ns_hostflags.fields.vintrmask = in nsvm_vcpu_vmentry()
797 if ( vmcb->_vintr.fields.vgif_enable ) in nsvm_vcpu_vmexit_inject()
894 port = ioinfo.fields.port; in nsvm_vmcb_guest_intercepts_ioio()
895 size = ioinfo.fields.sz32 ? 4 : ioinfo.fields.sz16 ? 2 : 1; in nsvm_vmcb_guest_intercepts_ioio()
1335 if ( vmcb->_vintr.fields.vgif_enable ) in nestedsvm_vmexit_defer()
1336 vmcb->_vintr.fields.vgif = 0; in nestedsvm_vmexit_defer()
1596 return vmcb->_vintr.fields.vgif; in nestedsvm_gif_isset()
1643 intr.fields.irq = 0; in svm_vmexit_do_clgi()
1684 vintr.fields.vgif_enable = 1; in svm_nested_features_on_efer_update()
[all …]
A Dsvmdebug.c68 vmcb->virt_ext.fields.vloadsave_enable, vmcb->virt_ext.bytes); in svm_vmcb_dump()
/xen/tools/ocaml/libs/xl/
A Dgenwrap.py122 for f in ty.fields:
143 for f in ty.fields:
156 for f in ty.fields:
230 for f in ty.fields:
239 for f in ty.fields:
312 for f in ty.fields:
324 for f in ty.fields:
340 for f in ty.fields:
409 for f in ty.fields:
445 for f in ty.fields:
[all …]
/xen/tools/golang/xenlight/
A Dgengotypes.py107 for f in ty.fields:
163 for f in ty.fields:
254 for f in ty.fields:
264 for nf in f.type.fields:
345 for f in ty.fields:
369 for nf in f.type.fields:
458 for f in ty.fields:
467 for nf in f.type.fields:
552 for f in ty.fields:
572 for uf in f.type.fields:
[all …]
/xen/docs/misc/
A Dpvcalls.pandoc378 fields follow.
390 Request fields:
393 - additional fields:
454 Request fields:
457 - additional fields:
508 Request fields:
511 - additional fields:
554 Request fields:
595 Reuqest fields:
665 Request fields:
[all …]
/xen/docs/specs/
A Dlibxc-migration-stream.pandoc21 * Dependant on toolstack word size. A number of fields within the
74 All the fields within the headers and records have a fixed width.
78 Padding and reserved fields are set to zero on save and must be
81 Integer (numeric) fields in the image header are always in big-endian
84 Integer fields in the domain header and in the records are in the
263 The end record contains no fields; its body_length is 0.
575 The verify record contains no fields; its body_length is 0.
588 The checkpoint record contains no fields; its body_length is 0
633 The end record contains no fields; its body_length is 0.
796 fields. In particular, the `marker`, `id` and `version` fields must
A Dlibxl-migration-stream.pandoc64 All fields in this header shall be in _big-endian_ byte order, regardless of
183 The end record contains no fields; its body_length is 0.
195 The libxc context record contains no fields; its body_length is 0[^1].
253 The end record contains no fields; its body_length is 0.
/xen/
A DCREDITS4 scripts. The fields are: name (N), email (E), web-address
/xen/xen/include/asm-x86/hvm/svm/
A Dvmcb.h355 } fields; member
372 } fields; member
382 } fields; member
A Dnestedsvm.h89 } fields; member
/xen/xen/include/
A DMakefile76 compat/.xlat/%.h: compat/%.h compat/.xlat/%.lst $(BASEDIR)/tools/get-fields.sh Makefile
79 $(SHELL) $(BASEDIR)/tools/get-fields.sh "$$what" compat_$$name $< || exit $$?; \
/xen/xen/arch/x86/hvm/vmx/
A Dvvmx.c416 if ( info.fields.memreg ) { in decode_vmx_inst()
418 decode->reg1 = info.fields.reg1; in decode_vmx_inst()
428 if ( info.fields.segment > x86_seg_gs ) in decode_vmx_inst()
430 hvm_get_segment_register(v, info.fields.segment, &seg); in decode_vmx_inst()
433 base = info.fields.base_reg_invalid ? 0 : in decode_vmx_inst()
434 reg_read(regs, info.fields.base_reg); in decode_vmx_inst()
436 index = info.fields.index_reg_invalid ? 0 : in decode_vmx_inst()
437 reg_read(regs, info.fields.index_reg); in decode_vmx_inst()
439 scale = 1 << info.fields.scaling; in decode_vmx_inst()
443 size = 1 << (info.fields.addr_size + 1); in decode_vmx_inst()
[all …]
/xen/docs/man/
A Dxentrace_format.1.pod28 the 5 data fields from the trace record. There should be one such
/xen/xen/include/asm-x86/hvm/vmx/
A Dvvmx.h83 } fields; member
/xen/xen/include/asm-x86/
A Duaccess.h279 } fields; member
/xen/tools/ocaml/xenstored/
A Dselect.ml16 (* The [read], [write], [except] are fields mapped to the POLLIN/OUT/PRI

Completed in 39 milliseconds

12