Home
last modified time | relevance | path

Searched refs:L (Results 1 – 25 of 51) sorted by relevance

123

/xen/xen/include/asm-x86/
A Dalternative-asm.h40 .L\@_orig_s: insn; .L\@_orig_e: \
42 mknops (as_true(.L\@_diff > 0) * .L\@_diff); \
43 .L\@_orig_p:
45 #define orig_len (.L\@_orig_e - .L\@_orig_s)
46 #define pad_len (.L\@_orig_p - .L\@_orig_e)
47 #define total_len (.L\@_orig_p - .L\@_orig_s)
49 #define decl_repl(insn, nr) .L\@_repl_s\()nr: insn; .L\@_repl_e\()nr:
50 #define repl_len(nr) (.L\@_repl_e\()nr - .L\@_repl_s\()nr)
58 altinstruction_entry .L\@_orig_s, .L\@_repl_s1, \feature, \
82 altinstruction_entry .L\@_orig_s, .L\@_repl_s1, \feature1, \
[all …]
A Dspec_ctrl_asm.h101 .L\@_fill_rsb_loop:
122 je .L\@_shstk_done
125 .L\@_shstk_done:
200 jz .L\@_skip
206 .L\@_skip:
282 jz .L\@_skip_rsb
286 .L\@_skip_rsb:
289 jz .L\@_skip_wrmsr
312 .L\@_skip_wrmsr:
324 jz .L\@_skip
[all …]
A Dbug.h94 .L\@ud: ud2a
97 .L\@s1: .asciz "\file_str"
102 .L\@bf:
103 .long (.L\@ud - .L\@bf) + \
105 .long (.L\@s1 - .L\@bf) + \
110 .L\@s2: .asciz "\msg"
112 .long 0, (.L\@s2 - .L\@bf)
A Dasm_defns.h86 .ifndef .L.tag; \
87 .equ .L.tag, 1; \
/xen/xen/common/efi/
A Dboot.c226 *Buffer = (CHAR16)((Val &= 0xf) < 10 ? L'0' + Val : L'a' + Val - 10); in FormatHex()
238 PrintStr(L"0x"); in DisplayUint()
369 PrintErr(L": "); in PrintErrMesg()
437 bool cur_sep = *cmdline == L' ' || *cmdline == L'\t'; in get_argv()
568 case L'.': in point_tail()
569 case L'-': in point_tail()
570 case L'_': in point_tail()
607 what = L"Open"; in read_file()
923 PrintStr(L":"); in setup_efi_pci()
925 PrintStr(L":"); in setup_efi_pci()
[all …]
/xen/xen/arch/arm/efi/
A Defi-boot.h395 blexit(L"Unable to create new FDT"); in efi_arch_cfg_file_early()
434 blexit(L"Unable to find chosen node"); in efi_arch_handle_cmdline()
452 blexit(L"FDT string overflow"); in efi_arch_handle_cmdline()
459 blexit(L"FDT string overflow"); in efi_arch_handle_cmdline()
475 blexit(L"FDT string overflow"); in efi_arch_handle_cmdline()
495 blexit(L"Unable to setup chosen node"); in efi_arch_handle_module()
508 blexit(L"Unable to set reg property."); in efi_arch_handle_module()
515 blexit(L"Unable to add xsm FDT node."); in efi_arch_handle_module()
521 blexit(L"Unable to set reg property."); in efi_arch_handle_module()
536 blexit(L"Unable to set reg property."); in efi_arch_handle_module()
[all …]
/xen/m4/
A Dset_cflags_ldflags.m48 PREPEND_LDFLAGS="$PREPEND_LDFLAGS -L$ldflag"
16 APPEND_LDFLAGS="$APPEND_LDFLAGS -L$ldflag"
20 LDFLAGS="$LDFLAGS -L$EXTRA_PREFIX/lib"
/xen/tools/tests/x86_emulator/
A Dblowfish.c434 uint32_t L = input >> 32, R = input; in blowfish_test() local
437 Blowfish_Encrypt(&ctx, &L, &R); in blowfish_test()
438 Blowfish_Decrypt(&ctx, &L, &R); in blowfish_test()
439 return ((uint64_t)L << 32) | R; in blowfish_test()
/xen/xen/common/
A Dlib.c98 #define L _QUAD_LOWWORD macro
174 tmp.ul[H] = tmp.ul[L] = 1 / zero; in __qdivrem()
205 u[3] = HHALF(tmp.ul[L]); in __qdivrem()
206 u[4] = LHALF(tmp.ul[L]); in __qdivrem()
210 v[3] = HHALF(tmp.ul[L]); in __qdivrem()
211 v[4] = LHALF(tmp.ul[L]); in __qdivrem()
236 tmp.ul[L] = COMBINE(q3, q4); in __qdivrem()
345 tmp.ul[L] = COMBINE(uspace[3], uspace[4]); in __qdivrem()
350 tmp.ul[L] = COMBINE(qspace[3], qspace[4]); in __qdivrem()
/xen/xen/arch/x86/efi/
A Defi-boot.h28 PrintErrMesg(L"Internal error populating EDD info", in edd_put_string()
90 blexit(L"Unexpected relocation type"); in efi_arch_relocate_image()
95 blexit(L"Unsupported relocation type"); in efi_arch_relocate_image()
226 blexit(L"No memory for trampoline"); in efi_arch_pre_exit_boot()
540 PrintErr(L"Current graphics mode is unsupported!\r\n"); in efi_arch_video_init()
582 PrintStr(L"Trampoline space cannot be allocated; will try fallback.\r\n"); in efi_arch_memory_setup()
650 blexit(L"Unable to allocate string buffer"); in efi_arch_handle_module()
706 blexit(L"Xen must be loaded below 4Gb."); in efi_arch_load_addr_check()
708 blexit(L"Xen must be loaded at a 2Mb boundary."); in efi_arch_load_addr_check()
A Dstub.c25 L"Xen does not have EFI code build in!\r\nSystem halted!\r\n"; in efi_multiboot2()
/xen/tools/firmware/rombios/
A Dbiossums.c96 offset = 0L; in main()
119 offset = 0L; in main()
142 offset = 0L; in main()
165 offset = 0L; in main()
187 offset = 0L; in main()
/xen/tools/firmware/vgabios/
A Dbiossums.c91 offset = 0L; in main()
117 offset = 0L; in main()
131 offset = 0L; in main()
/xen/stubdom/vtpmmgr/
A Ddisk_crypto.c169 struct mac128 x, y, L, K1, K2; in aes_cmac() local
174 aes_encrypt_ecb(&L, &x, key); in aes_cmac()
175 shl_128_mod_hex87(&K1, &L); in aes_cmac()
/xen/tools/ocaml/xenstored/
A Ddomain.ml100 caused_conflicts = 0L;
104 if dom.caused_conflicts > 0L then (
106 dom.caused_conflicts <- 0L
A Dtransaction.ml93 let counter = ref 0L
94 let failed_commits = ref 0L
95 let failed_commits_no_culprit = ref 0L
97 failed_commits := 0L;
98 failed_commits_no_culprit := 0L
/xen/stubdom/
A Dnewlib-stdint-size_max-fix-from-1.17.0.patch7 -#define SIZE_MIN (-__STDINT_EXP(LONG_MAX) - 1L)
/xen/config/
A DSunOS.mk34 CFLAGS += -Wa,--divide -D_POSIX_C_SOURCE=200112L -D__EXTENSIONS__
/xen/docs/misc/
A Dkconfig.rst121 [2] N:M:L N : 100-N M : L : 100-(M+L)
124 where N, M and L are integers (in base 10) in the range [0,100], and so
129 [2] M+L is in the range [0,100]
/xen/docs/man/
A Dxl.conf.5.pod11 L<xl.cfg(5)>.
148 L<https://www.json.org/> syntax. However for compatibility with the
223 =item L<xl(1)>
225 =item L<xl.cfg(5)>
A Dxenstore-chmod.1.pod13 I<PERM> has the format I<LD>, where I<L> is a letter for the type of
A Dxenstore-ls.1.pod23 format of each permission is I<LD>, where I<L> is a letter for the
A Dxl.1.pod.in374 restart on a crash. See L<xl.cfg(5)> for more info.
1300 See the L<xlcpupool.cfg(5)> manpage for more information.
1426 See B<target> in L<xl-disk-configuration(5)>.
1446 B<vif> string in the domain config file. See L<xl.cfg(5)> and
1447 L<xl-network-configuration(5)>
1484 See L<xl.cfg(5)> for more information.
1677 See L<xl.cfg(5)> for more information.
1690 See L<xl.cfg(5)> for more information.
1957 L<xl.cfg(5)>, L<xlcpupool.cfg(5)>, L<xentop(1)>, L<xl-disk-configuration(5)>
1958 L<xl-network-configuration(5)>
[all …]
/xen/xen/tools/
A Dxen.flf1699 0x0139 LATIN CAPITAL LETTER L WITH ACUTE
1706 0x013A LATIN SMALL LETTER L WITH ACUTE
1713 0x013B LATIN CAPITAL LETTER L WITH CEDILLA
1720 0x013C LATIN SMALL LETTER L WITH CEDILLA
1727 0x013D LATIN CAPITAL LETTER L WITH CARON
1734 0x013E LATIN SMALL LETTER L WITH CARON
1741 0x013F LATIN CAPITAL LETTER L WITH MIDDLE DOT
1748 0x0140 LATIN SMALL LETTER L WITH MIDDLE DOT
1755 0x0141 LATIN CAPITAL LETTER L WITH STROKE
1762 0x0142 LATIN SMALL LETTER L WITH STROKE
/xen/xen/include/asm-arm/
A Dconfig.h180 #define PAGE_SIZE (_AC(1,L) << PAGE_SHIFT)

Completed in 45 milliseconds

123