#include <linux/console.h>
#include <linux/irq.h>
#include <linux/kernel.h>
#include <linux/pm.h>
#include <linux/unistd.h>
#include <asm/xen/hypervisor.h>
#include <asm/xen/xencomm.h>
#include <asm/xen/privop.h>
#include "irq_xen.h"
#include "time.h"
Go to the source code of this file.
Value:.start_##
name##_patchlist = \
(
unsigned long)__xen_start_gate_##
name##_patchlist, \
.end_##
name##_patchlist = \
(
unsigned long)__xen_end_gate_##
name##_patchlist
Definition at line 208 of file xen_pv_ops.c.
Value:extern unsigned long __xen_start_gate_##
name##_patchlist[]; \
extern
unsigned long __xen_end_gate_##
name##_patchlist[]
Definition at line 197 of file xen_pv_ops.c.
#define IA64_RSC_PL_BIT_SIZE 2 |
#define IA64_RSC_PL_MASK (((1UL << IA64_RSC_PL_BIT_SIZE) - 1) << IA64_RSC_PL_SHIFT) |
#define IA64_RSC_PL_SHIFT 2 |
#define PARAVIRT_BR_TARGET |
( |
|
name, |
|
|
|
type |
|
) |
| |
Value:{ \
PARAVIRT_PATCH_TYPE_BR_ ##
type, \
}
DECLARE |
( |
brl_fsys_bubble_down |
| ) |
|
unsigned long __xen_start_gate_section[] |
struct pv_cpu_asm_switch xen_cpu_asm_switch |
Initial value:= {
.switch_to = (
unsigned long)&xen_switch_to,
.work_processed_syscall = (
unsigned long)&xen_work_processed_syscall,
}
Definition at line 817 of file xen_pv_ops.c.
char xen_fsys_bubble_down[] |
char xen_work_processed_syscall |