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
786d35d
Documentation
arch
alpha
arm
avr32
blackfin
c6x
cris
frv
h8300
hexagon
ia64
m32r
m68k
amiga
apollo
atari
bvme6000
configs
emu
fpsp040
hp300
ifpsp060
include/asm
Kbuild
MC68328.h
MC68EZ328.h
MC68VZ328.h
a.out-core.h
a.out.h
adb_iop.h
amigahw.h
amigaints.h
amigayle.h
amipcmcia.h
apollohw.h
asm-offsets.h
atafd.h
atafdreg.h
atari_joystick.h
atari_stdma.h
atari_stram.h
atarihw.h
atariints.h
atarikb.h
atomic.h
auxvec.h
barrier.h
bitops.h
blinken.h
bootinfo.h
bootstd.h
bug.h
bugs.h
bvme6000hw.h
byteorder.h
cache.h
cachectl.h
cacheflush.h
cacheflush_mm.h
cacheflush_no.h
checksum.h
cmpxchg.h
coldfire.h
commproc.h
contregs.h
current.h
dbg.h
delay.h
div64.h
dma-mapping.h
dma.h
dsp56k.h
dvma.h
elf.h
entry.h
exec.h
fb.h
fbio.h
fcntl.h
flat.h
floppy.h
fpu.h
ftrace.h
gpio.h
hardirq.h
hp300hw.h
hw_irq.h
hwtest.h
ide.h
idprom.h
intersil.h
io.h
io_mm.h
io_no.h
ioctls.h
irq.h
irqflags.h
linkage.h
m5206sim.h
m520xsim.h
m523xsim.h
m5249sim.h
m525xsim.h
m5272sim.h
m527xsim.h
m528xsim.h
m52xxacr.h
m5307sim.h
m532xsim.h
m53xxacr.h
m5407sim.h
m5441xsim.h
m54xxacr.h
m54xxgpt.h
m54xxpci.h
m54xxsim.h
m68360.h
m68360_enet.h
m68360_pram.h
m68360_quicc.h
m68360_regs.h
mac_asc.h
mac_baboon.h
mac_iop.h
mac_oss.h
mac_psc.h
mac_via.h
machdep.h
machines.h
machw.h
macintosh.h
macints.h
math-emu.h
mc146818rtc.h
mcf8390.h
mcf_pgalloc.h
mcf_pgtable.h
mcfclk.h
mcfdma.h
mcfgpio.h
mcfintc.h
mcfmmu.h
mcfpit.h
mcfqspi.h
mcfsim.h
mcfslt.h
mcftimer.h
mcfuart.h
mcfwdebug.h
mmu.h
mmu_context.h
mmzone.h
module.h
motorola_pgalloc.h
motorola_pgtable.h
movs.h
msgbuf.h
mvme147hw.h
mvme16xhw.h
natfeat.h
nettel.h
nubus.h
openprom.h
oplib.h
page.h
page_mm.h
page_no.h
page_offset.h
param.h
parport.h
pci.h
pgalloc.h
pgtable.h
pgtable_mm.h
pgtable_no.h
poll.h
posix_types.h
processor.h
ptrace.h
q40_master.h
q40ints.h
quicc_simple.h
raw_io.h
rtc.h
segment.h
sembuf.h
serial.h
setup.h
shmbuf.h
shmparam.h
sigcontext.h
signal.h
smp.h
socket.h
sockios.h
spinlock.h
stat.h
string.h
sun3-head.h
sun3_pgalloc.h
sun3_pgtable.h
sun3ints.h
sun3mmu.h
sun3x.h
sun3xflop.h
sun3xprom.h
swab.h
switch_to.h
termbits.h
termios.h
thread_info.h
timex.h
tlb.h
tlbflush.h
traps.h
uaccess.h
uaccess_mm.h
uaccess_no.h
ucontext.h
unaligned.h
unistd.h
user.h
vga.h
virtconvert.h
zorro.h
kernel
lib
mac
math-emu
mm
mvme147
mvme16x
platform
q40
sun3
sun3x
tools
Kconfig
Kconfig.bus
Kconfig.cpu
Kconfig.debug
Kconfig.devices
Kconfig.machine
Makefile
install.sh
microblaze
mips
mn10300
openrisc
parisc
powerpc
s390
score
sh
sparc
tile
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
/
m68k
/
include
/
asm
/
module.h
Copy path
Blame
Blame
Latest commit
History
History
41 lines (29 loc) · 808 Bytes
Breadcrumbs
linux
/
arch
/
m68k
/
include
/
asm
/
module.h
Top
File metadata and controls
Code
Blame
41 lines (29 loc) · 808 Bytes
Raw
#ifndef _ASM_M68K_MODULE_H #define _ASM_M68K_MODULE_H #include <asm-generic/module.h> enum m68k_fixup_type { m68k_fixup_memoffset, m68k_fixup_vnode_shift, }; struct m68k_fixup_info { enum m68k_fixup_type type; void *addr; }; struct mod_arch_specific { struct m68k_fixup_info *fixup_start, *fixup_end; }; #ifdef CONFIG_MMU #define MODULE_ARCH_INIT { \ .fixup_start = __start_fixup, \ .fixup_end = __stop_fixup, \ } #define m68k_fixup(type, addr) \ " .section \".m68k_fixup\",\"aw\"\n" \ " .long " #type "," #addr "\n" \ " .previous\n" #endif /* CONFIG_MMU */ extern struct m68k_fixup_info __start_fixup[], __stop_fixup[]; struct module; extern void module_fixup(struct module *mod, struct m68k_fixup_info *start, struct m68k_fixup_info *end); #endif /* _ASM_M68K_MODULE_H */
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
You can’t perform that action at this time.