#include <linux/init.h>
#include <linux/clocksource.h>
#include <linux/irqreturn.h>
#include <xen/xen-ops.h>
Go to the source code of this file.
|
void | xen_copy_trap_info (struct trap_info *traps) |
|
| DECLARE_PER_CPU (struct vcpu_info, xen_vcpu_info) |
|
| DECLARE_PER_CPU (unsigned long, xen_cr3) |
|
| DECLARE_PER_CPU (unsigned long, xen_current_cr3) |
|
void | xen_setup_mfn_list_list (void) |
|
void | xen_setup_shared_info (void) |
|
void | xen_build_mfn_list_list (void) |
|
void | xen_setup_machphys_mapping (void) |
|
void | xen_setup_kernel_pagetable (pgd_t *pgd, unsigned long max_pfn) |
|
void | xen_reserve_top (void) |
|
void | xen_set_pat (u64) |
|
char *__init | xen_memory_setup (void) |
|
void __init | xen_arch_setup (void) |
|
void | xen_enable_sysenter (void) |
|
void | xen_enable_syscall (void) |
|
void | xen_vcpu_restore (void) |
|
void | xen_callback_vector (void) |
|
void | xen_hvm_init_shared_info (void) |
|
void | xen_unplug_emulated_devices (void) |
|
void __init | xen_build_dynamic_phys_to_machine (void) |
|
unsigned long __init | xen_revector_p2m_tree (void) |
|
void | xen_init_irq_ops (void) |
|
void | xen_setup_timer (int cpu) |
|
void | xen_setup_runstate_info (int cpu) |
|
void | xen_teardown_timer (int cpu) |
|
cycle_t | xen_clocksource_read (void) |
|
void | xen_setup_cpu_clockevents (void) |
|
void __init | xen_init_time_ops (void) |
|
void __init | xen_hvm_init_time_ops (void) |
|
irqreturn_t | xen_debug_interrupt (int irq, void *dev_id) |
|
bool | xen_vcpu_stolen (int vcpu) |
|
void | xen_setup_vcpu_info_placement (void) |
|
| DECL_ASM (void, xen_irq_enable_direct, void) |
|
| DECL_ASM (void, xen_irq_disable_direct, void) |
|
| DECL_ASM (unsigned long, xen_save_fl_direct, void) |
|
| DECL_ASM (void, xen_restore_fl_direct, unsigned long) |
|
void | xen_iret (void) |
|
void | xen_sysexit (void) |
|
void | xen_sysret32 (void) |
|
void | xen_sysret64 (void) |
|
void | xen_adjust_exception_frame (void) |
|
int | xen_panic_handler_init (void) |
|
#define DECL_ASM |
( |
|
ret, |
|
|
|
name, |
|
|
|
... |
|
) |
| |
DECL_ASM |
( |
void |
, |
|
|
xen_irq_enable_direct |
, |
|
|
void |
|
|
) |
| |
DECL_ASM |
( |
void |
, |
|
|
xen_irq_disable_direct |
, |
|
|
void |
|
|
) |
| |
DECL_ASM |
( |
unsigned |
long, |
|
|
xen_save_fl_direct |
, |
|
|
void |
|
|
) |
| |
DECL_ASM |
( |
void |
, |
|
|
xen_restore_fl_direct |
, |
|
|
unsigned |
long |
|
) |
| |
DECLARE_PER_CPU |
( |
unsigned |
long, |
|
|
xen_cr3 |
|
|
) |
| |
DECLARE_PER_CPU |
( |
unsigned |
long, |
|
|
xen_current_cr3 |
|
|
) |
| |
void xen_adjust_exception_frame |
( |
void |
| ) |
|
machine_specific_memory_setup - Hook for machine specific memory setup.
Definition at line 319 of file setup.c.
int xen_panic_handler_init |
( |
void |
| ) |
|
void xen_setup_kernel_pagetable |
( |
pgd_t * |
pgd, |
|
|
unsigned long |
max_pfn |
|
) |
| |
void xen_setup_machphys_mapping |
( |
void |
| ) |
|
void xen_setup_runstate_info |
( |
int |
cpu | ) |
|
void xen_setup_vcpu_info_placement |
( |
void |
| ) |
|
void xen_unplug_emulated_devices |
( |
void |
| ) |
|
unsigned long xen_max_p2m_pfn |