Home
last modified time | relevance | path

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

/xen/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/docs/
A Dsupport-matrix-generate130 git >&4 log -n1 --pretty=tformat:'
146 search_commit=$(git log --pretty=format:%H -n1 \
/xen/xen/include/asm-x86/
A Dalternative.h53 #define OLDINSTR_1(oldinstr, n1) \ argument
54 OLDINSTR(oldinstr, alt_repl_len(n1) "-" alt_orig_len)
56 #define OLDINSTR_2(oldinstr, n1, n2) \ argument
58 as_max(alt_repl_len(n1), \
/xen/tools/tests/x86_emulator/
A Dsimd-sha.c116 vec_t res, n1 = { 0, 0, 2, 2 }, n2 = { 0, 0, 13, 13 }, n3 = { 0, 0, 10, 10 }; in sha256_Sigma0() local
118 touch(n1); in sha256_Sigma0()
119 res = ror_v(w, n1); in sha256_Sigma0()
/xen/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/xen/arch/arm/arm32/
A Ddebug-pl011.inc32 mov \rc, #0x60 /* 8n1 */
/xen/xen/arch/arm/arm64/
A Ddebug-pl011.inc31 mov x\c, #0x60 /* 8n1 */
/xen/tools/tests/mce-test/lib/
A Dxen-mceinj-tool.sh94 [ $? -eq 0 ] && domid=`xm list $g_name | tail -n1 | awk '{print $2}'`
/xen/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.pandoc354 A typical setup for most situations might be `com1=115200,8n1`
392 com1=115200,8n1,0x3f8,4
393 com1=115200,8n1,0x3f8,4,reg-width=4,reg-shift=2
/xen/docs/man/
A Dxl.1.pod.in926 xen_commandline : com1=115200,8n1 guest_loglvl=all dom0_mem=750M console=com1

Completed in 12 milliseconds