Searched refs:multi (Results 1 – 21 of 21) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/ |
A D | Makefile | 7 guest_%.o: multi.c Makefile
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/systemd/ |
A D | xendriverdomain.service.in | 12 WantedBy=multi-user.target
|
A D | xen-watchdog.service.in | 13 WantedBy=multi-user.target
|
A D | xen-init-dom0.service.in | 14 WantedBy=multi-user.target
|
A D | xenstored.service.in | 17 WantedBy=multi-user.target
|
A D | xenconsoled.service.in | 18 WantedBy=multi-user.target
|
A D | xendomains.service.in | 19 WantedBy=multi-user.target
|
A D | xen-qemu-dom0-disk-backend.service.in | 21 WantedBy=multi-user.target
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | traps.c | 1530 if ( unlikely(multi->args[i] & 0xffffffff00000000ULL) ) in check_multicall_32bit_clean() 1533 current, i, multi->args[i]); in check_multicall_32bit_clean() 1544 struct multicall_entry *multi = &state->call; in arch_do_multicall_call() local 1547 if ( multi->op >= ARRAY_SIZE(arm_hypercall_table) ) in arch_do_multicall_call() 1549 multi->result = -ENOSYS; in arch_do_multicall_call() 1553 call = arm_hypercall_table[multi->op].fn; in arch_do_multicall_call() 1556 multi->result = -ENOSYS; in arch_do_multicall_call() 1561 !check_multicall_32bit_clean(multi) ) in arch_do_multicall_call() 1564 multi->result = call(multi->args[0], multi->args[1], in arch_do_multicall_call() 1565 multi->args[2], multi->args[3], in arch_do_multicall_call() [all …]
|
/xen-4.10.0-shim-comet/xen/tools/ |
A D | symbols.c | 128 bool multi = strchr(str, '/') || (sym && sym[1] == 'o'); in read_symbol() local 130 if (multi || last != multi_source) { in read_symbol() 134 last = multi ? multi_source : single_source; in read_symbol()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.l | 187 printf("%s:%d:warning: multi-line strings not supported\n", zconf_curname(), zconf_lineno());
|
A D | Makefile | 253 $(HOSTCXX) -print-multi-os-directory > /dev/null 2>&1 && \ 254 osdir=x$$($(HOSTCXX) -print-multi-os-directory); \
|
A D | zconf.lex.c_shipped | 1296 printf("%s:%d:warning: multi-line strings not supported\n", zconf_curname(), zconf_lineno());
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-tscmode.pod.7 | 133 On most older SMP and early multi-core machines, TSC was not synchronized 142 generations of multi-core machines, especially multi-socket multi-core 146 of TSC altogether. On the most recent generations of multi-core 148 in all power states, even on multi-socket machines, and provide a
|
A D | xen-vtpmmgr.pod.7 | 53 a single SAA; this allows the creation of a multi-tenant environment where
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 61btrfs.diff | 2428 + struct btrfs_multi_bio *multi, 2472 + multi->num_stripes = 1; 2501 + asm("" : "+r"(multi)); 2502 + multi->stripes[i].physical = 2505 + memcpy(&multi->stripes[i].dev, 2517 + struct btrfs_multi_bio multi; 2529 + multi.stripes[0].dev.part, 2530 + multi.stripes[0].dev.length, 2594 + struct btrfs_multi_bio multi; 2608 + &multi.stripes[0].dev, [all …]
|
A D | 60ext4.diff | 64 + __u64 s_mmp_block; /* Block for multi-mount protection */
|
/xen-4.10.0-shim-comet/ |
A D | CODING_STYLE | 104 * Example, multi-line comment block.
|
A D | MAINTAINERS | 114 committed. So a change to xen/arch/x86/mm/shadow/multi.c requires the 121 xen/arch/x86/mm/p2m.c, and xen/arch/x86/mm/shadow/multi.c would
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xl-psr.markdown | 119 In a multi-socket system, the same cbm will be set on each socket by default.
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | rombios.c | 8948 mov bl, #0x07 ;; drive0 determined, multi-rate, has changed line 8957 or bl, #0x70 ;; drive1 determined, multi-rate, has changed line
|
Completed in 26 milliseconds