/linux-2.6.39/arch/sparc/kernel/ |
D | setup_64.c | 184 if (tlb_type != hypervisor) { in per_cpu_patch() 206 case hypervisor: in per_cpu_patch() 240 if (tlb_type != hypervisor) in sun4v_patch() 294 if (tlb_type == hypervisor) in setup_arch() 373 ((tlb_type == hypervisor) ? in show_cpuinfo()
|
D | pcr.c | 99 if (tlb_type == hypervisor) { in register_perf_hsvc() 128 if (tlb_type != hypervisor) in unregister_perf_hsvc() 141 case hypervisor: in pcr_arch_init()
|
D | unaligned_64.c | 469 if (tlb_type == hypervisor) in handle_ldf_stq() 479 if (tlb_type == hypervisor) in handle_ldf_stq() 495 if (tlb_type == hypervisor) in handle_ldf_stq() 515 if (tlb_type == hypervisor) in handle_ldf_stq() 629 if (tlb_type == hypervisor) in handle_lddfmna() 677 if (tlb_type == hypervisor) in handle_stdfmna()
|
D | smp_64.c | 96 if (tlb_type == hypervisor) in smp_callin() 362 if (tlb_type == hypervisor) { in smp_boot_one_cpu() 895 if (tlb_type == hypervisor) in smp_flush_dcache_page_impl() 936 if (tlb_type == hypervisor) in flush_dcache_page_all() 1244 if (tlb_type != hypervisor) in __cpu_up() 1259 if (tlb_type == hypervisor) { in cpu_play_dead() 1488 if (tlb_type == hypervisor) in setup_per_cpu_areas()
|
D | prom_64.c | 349 if (tlb_type == hypervisor) { in __build_path_component() 436 if (tlb_type == hypervisor) in of_populate_present_mask() 535 if (tlb_type == hypervisor) in of_fill_in_cpu_data()
|
D | sstate.c | 98 if (tlb_type != hypervisor) in sstate_init()
|
D | irq_64.c | 512 BUG_ON(tlb_type == hypervisor); in build_irq() 549 BUG_ON(tlb_type != hypervisor); in sun4v_build_common() 956 if (tlb_type == hypervisor) in init_IRQ() 961 if (tlb_type == hypervisor) { in init_IRQ()
|
/linux-2.6.39/Documentation/powerpc/ |
D | phyp-assisted-dump.txt | 6 The goal of hypervisor-assisted dump is to enable the dump of 11 As compared to kdump or other strategies, hypervisor-assisted 25 and assistance from the hypervisor. The procedure is 28 -- When a system crashes, the hypervisor will save 34 hypervisor will reset PCI and other hardware state. 64 Please note that the hypervisor-assisted dump feature 106 o The various code paths that tell the hypervisor that a crash 116 important crash data is clobbered when the hypervisor
|
/linux-2.6.39/drivers/xen/ |
D | Kconfig | 45 information with each other and with the hypervisor. 63 bool "Create xen entries under /sys/hypervisor" 68 Create entries under /sys/hypervisor describing the Xen 69 hypervisor environment. When running native or in another 70 virtual environment, /sys/hypervisor will still be present,
|
D | Makefile | 15 obj-$(CONFIG_XEN_SYS_HYPERVISOR) += sys-hypervisor.o
|
/linux-2.6.39/arch/ia64/xen/ |
D | Kconfig | 6 bool "Xen hypervisor support" 16 Enable Xen hypervisor support. Resulting kernel runs
|
D | Makefile | 6 hypervisor.o xencomm.o xcom_hcall.o grant-table.o time.o suspend.o \
|
/linux-2.6.39/Documentation/kvm/ |
D | ppc-pv.txt | 9 instructions that needlessly return us to the hypervisor even though they 13 and transforms them into unprivileged ones with some help from the hypervisor. 22 Linux is running on KVM, a node /hypervisor exists. That node contains a 31 Inside the device tree's /hypervisor node there's a property called 66 To enable communication between the hypervisor and guest there is a new shared 122 The MSR contains bits that require hypervisor intervention and bits that do 123 not require direct hypervisor intervention because they only get interpreted 124 when entering the guest or don't have any impact on the hypervisor's behavior.
|
D | msr.txt | 28 whose data will be filled in by the hypervisor. The hypervisor is only 64 whose data will be filled in by the hypervisor periodically. Only one 67 The hypervisor may update this structure at any time it sees fit until 102 coordinated between the guest and the hypervisor. Availability 163 the hypervisor at the time of asynchronous page fault (APF)
|
/linux-2.6.39/drivers/tty/hvc/ |
D | Kconfig | 4 Generic "hypervisor virtual console" infrastructure for various 18 pSeries machines when partitioned support a hypervisor virtual 30 iSeries machines support a hypervisor virtual console. 66 bool "udbg based fake hypervisor console"
|
/linux-2.6.39/arch/sparc/mm/ |
D | tsb.c | 77 if (tlb_type == cheetah_plus || tlb_type == hypervisor) in flush_tsb_user() 85 if (tlb_type == cheetah_plus || tlb_type == hypervisor) in flush_tsb_user() 185 if (tlb_type == cheetah_plus || tlb_type == hypervisor) { in setup_tsb_params() 203 if (tlb_type == hypervisor) { in setup_tsb_params() 405 if (tlb_type == cheetah_plus || tlb_type == hypervisor) { in tsb_grow()
|
D | init_64.c | 181 BUG_ON(tlb_type == hypervisor); in flush_dcache_page_impl() 254 if (tlb_type == cheetah_plus || tlb_type == hypervisor) in tsb_insert() 300 if (tlb_type != hypervisor) { in update_mmu_cache() 316 if ((tlb_type == hypervisor && in update_mmu_cache() 318 (tlb_type != hypervisor && in update_mmu_cache() 340 if (tlb_type == hypervisor) in flush_dcache_page() 413 else if (tlb_type == hypervisor) in mmu_info() 543 if (tlb_type == hypervisor) { in remap_kernel() 1259 if (tlb_type == hypervisor) in bootmem_init_numa() 1565 if (tlb_type == hypervisor) in tsb_phys_patch() [all …]
|
D | tlb.c | 55 if (tlb_type != hypervisor && in tlb_batch_add()
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | xor_64.h | 66 ((tlb_type == hypervisor && \
|
D | elf_64.h | 178 else if (tlb_type == hypervisor) { in sparc64_elf_hwcap()
|
/linux-2.6.39/arch/x86/lguest/ |
D | Kconfig | 10 Lguest is a tiny in-kernel hypervisor. Selecting this will
|
/linux-2.6.39/drivers/lguest/ |
D | Kconfig | 2 tristate "Linux hypervisor example code"
|
/linux-2.6.39/drivers/base/ |
D | Makefile | 20 obj-$(CONFIG_SYS_HYPERVISOR) += hypervisor.o
|
/linux-2.6.39/arch/x86/kernel/cpu/ |
D | Makefile | 17 obj-y += vmware.o hypervisor.o sched.o mshyperv.o
|
/linux-2.6.39/arch/powerpc/platforms/pasemi/ |
D | Kconfig | 29 running under a hypervisor.
|