Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mariux64
/
linux
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
2
Pull requests
0
Actions
Projects
0
Wiki
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Files
05a8256
Documentation
arch
alpha
arc
arm
arm64
avr32
blackfin
c6x
cris
frv
h8300
hexagon
ia64
m32r
m68k
metag
microblaze
mips
mn10300
nios2
openrisc
parisc
powerpc
s390
score
sh
sparc
tile
configs
gxio
include
kernel
vdso
Makefile
asm-offsets.c
backtrace.c
compat.c
compat_signal.c
early_printk.c
entry.S
ftrace.c
hardwall.c
head_32.S
head_64.S
hvglue.S
hvglue_trace.c
intvec_32.S
intvec_64.S
irq.c
kgdb.c
kprobes.c
machine_kexec.c
mcount_64.S
messaging.c
module.c
pci-dma.c
pci.c
pci_gx.c
perf_event.c
pmc.c
proc.c
process.c
ptrace.c
reboot.c
regs_32.S
regs_64.S
relocate_kernel_32.S
relocate_kernel_64.S
setup.c
signal.c
single_step.c
smp.c
smpboot.c
stack.c
sys.c
sysfs.c
tile-desc_32.c
tile-desc_64.c
time.c
tlb.c
traps.c
unaligned.c
usb.c
vdso.c
vmlinux.lds.S
kvm
lib
mm
Kbuild
Kconfig
Kconfig.debug
Makefile
um
unicore32
x86
xtensa
.gitignore
Kconfig
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
REPORTING-BUGS
Breadcrumbs
linux
/
arch
/
tile
/
kernel
/
hvglue.S
Copy path
Blame
Blame
Latest commit
History
History
75 lines (74 loc) · 2.25 KB
Breadcrumbs
linux
/
arch
/
tile
/
kernel
/
hvglue.S
Top
File metadata and controls
Code
Blame
75 lines (74 loc) · 2.25 KB
Raw
/* Hypervisor call vector addresses; see <hv/hypervisor.h> */ .macro gensym sym, val, size .org \val .global _\sym .type _\sym,function _\sym: .size _\sym,\size #ifndef CONFIG_TILE_HVGLUE_TRACE .globl \sym .set \sym,_\sym #endif .endm .section .hvglue,"x",@nobits .align 8 gensym hv_init, 0x20, 32 gensym hv_install_context, 0x40, 32 gensym hv_sysconf, 0x60, 32 gensym hv_get_rtc, 0x80, 32 gensym hv_set_rtc, 0xa0, 32 gensym hv_flush_asid, 0xc0, 32 gensym hv_flush_page, 0xe0, 32 gensym hv_flush_pages, 0x100, 32 gensym hv_restart, 0x120, 32 gensym hv_halt, 0x140, 32 gensym hv_power_off, 0x160, 32 gensym hv_inquire_physical, 0x180, 32 gensym hv_inquire_memory_controller, 0x1a0, 32 gensym hv_inquire_virtual, 0x1c0, 32 gensym hv_inquire_asid, 0x1e0, 32 gensym hv_nanosleep, 0x200, 32 gensym hv_console_read_if_ready, 0x220, 32 gensym hv_console_write, 0x240, 32 gensym hv_downcall_dispatch, 0x260, 32 gensym hv_inquire_topology, 0x280, 32 gensym hv_fs_findfile, 0x2a0, 32 gensym hv_fs_fstat, 0x2c0, 32 gensym hv_fs_pread, 0x2e0, 32 gensym hv_physaddr_read64, 0x300, 32 gensym hv_physaddr_write64, 0x320, 32 gensym hv_get_command_line, 0x340, 32 gensym hv_set_caching, 0x360, 32 gensym hv_bzero_page, 0x380, 32 gensym hv_register_message_state, 0x3a0, 32 gensym hv_send_message, 0x3c0, 32 gensym hv_receive_message, 0x3e0, 32 gensym hv_inquire_context, 0x400, 32 gensym hv_start_all_tiles, 0x420, 32 gensym hv_dev_open, 0x440, 32 gensym hv_dev_close, 0x460, 32 gensym hv_dev_pread, 0x480, 32 gensym hv_dev_pwrite, 0x4a0, 32 gensym hv_dev_poll, 0x4c0, 32 gensym hv_dev_poll_cancel, 0x4e0, 32 gensym hv_dev_preada, 0x500, 32 gensym hv_dev_pwritea, 0x520, 32 gensym hv_flush_remote, 0x540, 32 gensym hv_console_putc, 0x560, 32 gensym hv_inquire_tiles, 0x580, 32 gensym hv_confstr, 0x5a0, 32 gensym hv_reexec, 0x5c0, 32 gensym hv_set_command_line, 0x5e0, 32 gensym hv_clear_intr, 0x600, 32 gensym hv_enable_intr, 0x620, 32 gensym hv_disable_intr, 0x640, 32 gensym hv_raise_intr, 0x660, 32 gensym hv_trigger_ipi, 0x680, 32 gensym hv_store_mapping, 0x6a0, 32 gensym hv_inquire_realpa, 0x6c0, 32 gensym hv_flush_all, 0x6e0, 32 gensym hv_get_ipi_pte, 0x700, 32 gensym hv_set_pte_super_shift, 0x720, 32 gensym hv_console_set_ipi, 0x7e0, 32 gensym hv_send_nmi, 0x820, 32 gensym hv_glue_internals, 0x820, 30688
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
You can’t perform that action at this time.