/arch/powerpc/kvm/ |
D | powerpc.c | 50 int kvmppc_emulate_mmio(struct kvm_run *run, struct kvm_vcpu *vcpu) in kvmppc_emulate_mmio() argument 55 er = kvmppc_emulate_instruction(run, vcpu); in kvmppc_emulate_mmio() 63 run->exit_reason = KVM_EXIT_MMIO; in kvmppc_emulate_mmio() 262 struct kvm_run *run) in kvmppc_complete_dcr_load() argument 265 *gpr = run->dcr.data; in kvmppc_complete_dcr_load() 269 struct kvm_run *run) in kvmppc_complete_mmio_load() argument 273 if (run->mmio.len > sizeof(*gpr)) { in kvmppc_complete_mmio_load() 274 printk(KERN_ERR "bad MMIO length: %d\n", run->mmio.len); in kvmppc_complete_mmio_load() 279 switch (run->mmio.len) { in kvmppc_complete_mmio_load() 280 case 4: *gpr = *(u32 *)run->mmio.data; break; in kvmppc_complete_mmio_load() [all …]
|
D | emulate.c | 65 int kvmppc_emulate_instruction(struct kvm_run *run, struct kvm_vcpu *vcpu) in kvmppc_emulate_instruction() argument 92 emulated = kvmppc_handle_load(run, vcpu, rt, 4, 1); in kvmppc_emulate_instruction() 97 emulated = kvmppc_handle_load(run, vcpu, rt, 1, 1); in kvmppc_emulate_instruction() 102 emulated = kvmppc_handle_store(run, vcpu, in kvmppc_emulate_instruction() 109 emulated = kvmppc_handle_store(run, vcpu, in kvmppc_emulate_instruction() 123 emulated = kvmppc_handle_store(run, vcpu, in kvmppc_emulate_instruction() 131 emulated = kvmppc_handle_load(run, vcpu, rt, 2, 1); in kvmppc_emulate_instruction() 143 emulated = kvmppc_handle_load(run, vcpu, rt, 2, 1); in kvmppc_emulate_instruction() 193 emulated = kvmppc_handle_store(run, vcpu, in kvmppc_emulate_instruction() 207 emulated = kvmppc_handle_store(run, vcpu, in kvmppc_emulate_instruction() [all …]
|
D | booke.c | 183 int kvmppc_handle_exit(struct kvm_run *run, struct kvm_vcpu *vcpu, in kvmppc_handle_exit() argument 194 run->exit_reason = KVM_EXIT_UNKNOWN; in kvmppc_handle_exit() 195 run->ready_for_interrupt_injection = 1; in kvmppc_handle_exit() 232 er = kvmppc_emulate_instruction(run, vcpu); in kvmppc_handle_exit() 242 run->exit_reason = KVM_EXIT_DCR; in kvmppc_handle_exit() 251 run->hw.hardware_exit_reason = ~0ULL << 32; in kvmppc_handle_exit() 252 run->hw.hardware_exit_reason |= vcpu->arch.last_inst; in kvmppc_handle_exit() 325 r = kvmppc_emulate_mmio(run, vcpu); in kvmppc_handle_exit() 385 run->exit_reason = KVM_EXIT_DEBUG; in kvmppc_handle_exit() 405 run->exit_reason = KVM_EXIT_INTR; in kvmppc_handle_exit()
|
D | 44x_emulate.c | 49 int kvmppc_core_emulate_op(struct kvm_run *run, struct kvm_vcpu *vcpu, in kvmppc_core_emulate_op() argument 130 run->dcr.dcrn = dcrn; in kvmppc_core_emulate_op() 131 run->dcr.data = 0; in kvmppc_core_emulate_op() 132 run->dcr.is_write = 0; in kvmppc_core_emulate_op() 151 run->dcr.dcrn = dcrn; in kvmppc_core_emulate_op() 152 run->dcr.data = vcpu->arch.gpr[rs]; in kvmppc_core_emulate_op() 153 run->dcr.is_write = 1; in kvmppc_core_emulate_op()
|
/arch/s390/kvm/ |
D | diag.c | 36 vcpu->run->s390_reset_flags = KVM_S390_RESET_CLEAR; in __diag_ipl_functions() 39 vcpu->run->s390_reset_flags = 0; in __diag_ipl_functions() 46 vcpu->run->s390_reset_flags |= KVM_S390_RESET_SUBSYSTEM; in __diag_ipl_functions() 47 vcpu->run->s390_reset_flags |= KVM_S390_RESET_IPL; in __diag_ipl_functions() 48 vcpu->run->s390_reset_flags |= KVM_S390_RESET_CPU_INIT; in __diag_ipl_functions() 49 vcpu->run->exit_reason = KVM_EXIT_S390_RESET; in __diag_ipl_functions() 51 vcpu->run->s390_reset_flags); in __diag_ipl_functions()
|
/arch/powerpc/include/asm/ |
D | kvm_ppc.h | 44 extern int kvmppc_handle_load(struct kvm_run *run, struct kvm_vcpu *vcpu, 47 extern int kvmppc_handle_store(struct kvm_run *run, struct kvm_vcpu *vcpu, 50 extern int kvmppc_emulate_instruction(struct kvm_run *run, 52 extern int kvmppc_emulate_mmio(struct kvm_run *run, struct kvm_vcpu *vcpu); 84 extern int kvmppc_core_emulate_op(struct kvm_run *run, struct kvm_vcpu *vcpu,
|
/arch/arm/mach-iop32x/ |
D | Kconfig | 13 Say Y here if you want to run your kernel on the GLAN Tank 20 Say Y here if you want to run your kernel on the Intel IQ80321 27 Say Y here if you want to run your kernel on the Intel EP80219 34 Say Y here if you want to run your kernel on the Thecus n2100 40 Say Y here if you want to run your kernel on the Lanner EM7210
|
/arch/cris/include/arch-v32/arch/hwregs/ |
D | bif_dma_defs.h | 115 unsigned int run : 1; member 133 unsigned int run : 1; member 164 unsigned int run : 1; member 182 unsigned int run : 1; member 214 unsigned int run : 1; member 232 unsigned int run : 1; member 263 unsigned int run : 1; member 281 unsigned int run : 1; member
|
/arch/cris/include/arch-v32/mach-fs/mach/hwregs/ |
D | bif_dma_defs.h | 115 unsigned int run : 1; member 133 unsigned int run : 1; member 164 unsigned int run : 1; member 182 unsigned int run : 1; member 214 unsigned int run : 1; member 232 unsigned int run : 1; member 263 unsigned int run : 1; member 281 unsigned int run : 1; member
|
/arch/arm/mach-footbridge/ |
D | Kconfig | 12 Say Y here if you intend to run this kernel on the CATS. 23 Say Y here if you intend to run this kernel on the Compaq 42 Say Y here if you intend to run this kernel on the EBSA285 card 55 Say Y here if you intend to run this kernel on the EBSA285 card 67 Say Y here if you intend to run this kernel on the Rebel.COM
|
/arch/cris/arch-v10/kernel/ |
D | time.c | 215 IO_STATE( R_TIMER_CTRL, tm1, run) | in timer_interrupt() 218 IO_STATE( R_TIMER_CTRL, tm0, run) | in timer_interrupt() 319 IO_STATE( R_TIMER_CTRL, tm1, run) | in time_init() 322 IO_STATE( R_TIMER_CTRL, tm0, run) | in time_init() 339 IO_STATE(R_TIMER_CTRL, tm1, run) | in time_init() 342 IO_STATE(R_TIMER_CTRL, tm0, run) | in time_init()
|
/arch/arm/mach-ks8695/ |
D | Kconfig | 8 Say 'Y' here if you want your kernel to run on the original 14 Say 'Y' here if you want your kernel to run on the D-Link
|
/arch/arm/mach-iop33x/ |
D | Kconfig | 10 Say Y here if you want to run your kernel on the Intel IQ80331 16 Say Y here if you want to run your kernel on the Intel IQ80332
|
/arch/arm/mach-clps711x/ |
D | Kconfig | 8 Say Y if you intend to run the kernel on the autronix autcpu12 22 Say Y here if you intend to run this kernel on the Ceiva/Polaroid 37 Say Y here if you intend to run this kernel on a Cirrus Logic EDB-7211 43 Say Y here if you intend to run this kernel on the ARM Prospector
|
/arch/arm/mach-pxa/ |
D | Kconfig | 33 Say Y here if you intend to run this kernel on 82 Say Y here if you intend to run this kernel on a 167 Say Y here if you intend to run this kernel on a Toshiba 175 Say Y here if you intend to run this kernel on a Toshiba 184 Say Y here if you intend to run this kernel on a Toshiba 193 Say Y here if you intend to run this kernel on a Toshiba 201 Say Y here if you intend to run this kernel on a Toshiba 210 Say Y here if you intend to run this kernel on a Toshiba 307 Say Y here if you intend to run this kernel on a 329 Say Y here if you intend to run this kernel on a Palm T|X [all …]
|
/arch/x86/include/asm/ |
D | kvm_host.h | 478 void (*run)(struct kvm_vcpu *vcpu, struct kvm_run *run); member 479 int (*handle_exit)(struct kvm_run *run, struct kvm_vcpu *vcpu); 490 struct kvm_run *run); 533 int emulate_instruction(struct kvm_vcpu *vcpu, struct kvm_run *run, 550 int kvm_emulate_pio(struct kvm_vcpu *vcpu, struct kvm_run *run, int in, 552 int kvm_emulate_pio_string(struct kvm_vcpu *vcpu, struct kvm_run *run, int in,
|
/arch/mips/basler/excite/ |
D | Kconfig | 9 able to run on normal units.
|
/arch/mips/ |
D | Kconfig.debug | 46 bool "Enable run-time debugging" 49 If you say Y here, some debugging macros will do run-time checking.
|
/arch/mn10300/kernel/ |
D | mn10300-serial-low.S | 37 # - intended to run at interrupt priority 1 (not affected by local_irq_disable) 60 # - intended to run at interrupt priority 1 (not affected by local_irq_disable) 107 # - intended to run at interrupt priority 1 (not affected by local_irq_disable)
|
D | profile-low.S | 30 # - intended to run at interrupt priority 1
|
/arch/x86/ |
D | Kconfig.cpu | 14 optimizing purposes. In order to compile a kernel that can run on 18 The kernel will not necessarily run on earlier architectures than 19 the one you have chosen, e.g. a Pentium optimized kernel will run on 24 486DLC/DLC2, and UMC 486SX-S. Only "386" kernels will run on a 386 427 You need this enabled if you want your kernel to run on an 441 You need this enabled if you want your kernel to run on a 454 You need this enabled if you want your kernel to run on an 468 You need this enabled if you want your kernel to run on a 482 You need this enabled if you want your kernel to run on a 496 You need this enabled if you want your kernel to run on a [all …]
|
/arch/um/ |
D | Kconfig.um | 7 use in a chroot jail. So, if you intend to run UML inside a chroot, 107 UML implements virtual SMP by allowing as many processes to run 112 If the host is a multiprocessor, then UML processes may run 134 This was used to allow UML to run with big amounts of memory.
|
/arch/parisc/ |
D | Kconfig | 110 that can run on all 32-bit PA CPUs (albeit not optimally fast), 210 If you say N here, the kernel will run on single and multiprocessor 212 you say Y here, the kernel will run on many, but not all, 214 will run faster if you say N here.
|
/arch/powerpc/platforms/ |
D | Kconfig.cputype | 83 Engine. This will make the code run considerably faster on Cell 87 machines. When building a kernel that is supposed to run only 244 If you say N here, the kernel will run on single and multiprocessor 246 you say Y here, the kernel will run on single-processor machines. 247 On a single-processor machine, the kernel will run faster if you say
|
/arch/arm/mach-s3c2410/ |
D | sleep.S | 56 teq pc, #0 @ first as a trial-run to load cache
|