Home
last modified time | relevance | path

Searched refs:n1 (Results 1 – 9 of 9) sorted by relevance

/xen-4.10.0-shim-comet/xen/xsm/flask/ss/
A Debitmap.c24 struct ebitmap_node *n1, *n2; in ebitmap_cmp() local
29 n1 = e1->node; in ebitmap_cmp()
31 while ( n1 && n2 && (n1->startbit == n2->startbit) && in ebitmap_cmp()
34 n1 = n1->next; in ebitmap_cmp()
38 if ( n1 || n2 ) in ebitmap_cmp()
76 struct ebitmap_node *n1, *n2; in ebitmap_contains() local
82 n1 = e1->node; in ebitmap_contains()
84 while ( n1 && n2 && (n1->startbit <= n2->startbit) ) in ebitmap_contains()
86 if ( n1->startbit < n2->startbit ) in ebitmap_contains()
88 n1 = n1->next; in ebitmap_contains()
[all …]
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dtransaction.ml28 let n1 = Store.Path.get_node root1 path
30 match n1, n2 with
31 | Some n1, Some n2 ->
32 not (Perms.equiv (Store.Node.get_perms n1) (Store.Node.get_perms n2)) || acc
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/
A Ddebug-pl011.inc32 mov \rc, #0x60 /* 8n1 */
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/
A Ddebug-pl011.inc31 mov x\c, #0x60 /* 8n1 */
/xen-4.10.0-shim-comet/tools/tests/mce-test/lib/
A Dxen-mceinj-tool.sh94 [ $? -eq 0 ] && domid=`xm list $g_name | tail -n1 | awk '{print $2}'`
/xen-4.10.0-shim-comet/docs/misc/
A Dcrashdb.txt25 (I already have com1=38400,8n1 console=com1,vga sync_console)
A Dvtd.txt26 kernel /boot/xen.gz com1=115200,8n1 console=com1 iommu=1
62 kernel /boot/xen.gz console=com1,vga console=com1 com1=115200,8n1 iommu=1
A Dxen-command-line.markdown318 A typical setup for most situations might be `com1=115200,8n1`
356 com1=115200,8n1,0x3f8,4
357 com1=115200,8n1,0x3f8,4,reg_width=4,reg_shift=2
/xen-4.10.0-shim-comet/docs/man/
A Dxl.pod.1.in879 xen_commandline : com1=115200,8n1 guest_loglvl=all dom0_mem=750M console=com1

Completed in 17 milliseconds