404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.137.202.126: ~ $
/*
 *  linux/include/asm-h8300/traps.h
 *
 *  Copyright (C) 2003 Yoshinori Sato <ysato@users.sourceforge.jp>
 *
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file COPYING in the main directory of this archive
 * for more details.
 */

#ifndef _H8300_TRAPS_H
#define _H8300_TRAPS_H

extern void _system_call(void);
extern void _interrupt_entry(void);
extern void _trace_break(void);
extern void _nmi(void);
extern void _interrupt_entry(void);

extern unsigned long *_interrupt_redirect_table;

#define JMP_OP 0x5a000000
#define JSR_OP 0x5e000000
#define VECTOR(address) ((JMP_OP)|((unsigned long)address))
#define REDIRECT(address) ((JSR_OP)|((unsigned long)address))
#define CPU_VECTOR ((unsigned long *)0x000000)
#define ADDR_MASK (0xffffff)

#define TRACE_VEC 5

#define TRAP0_VEC 8
#define TRAP1_VEC 9
#define TRAP2_VEC 10
#define TRAP3_VEC 11

extern char _start[], _etext[];
#define check_kernel_text(addr) \
	((addr >= (unsigned long)(_start)) && \
	 (addr <  (unsigned long)(_etext)) && !(addr & 1))

#endif /* _H8300_TRAPS_H */

Filemanager

Name Type Size Permission Actions
Kbuild File 1.13 KB 0644
atomic.h File 2.47 KB 0644
bitops.h File 4.45 KB 0644
bug.h File 263 B 0644
byteorder.h File 148 B 0644
cache.h File 281 B 0644
cmpxchg.h File 1.49 KB 0644
dma-mapping.h File 269 B 0644
elf.h File 2.66 KB 0644
flat.h File 1.1 KB 0644
hash.h File 1.63 KB 0644
io.h File 1.44 KB 0644
irq.h File 555 B 0644
irqflags.h File 1.88 KB 0644
kgdb.h File 1.04 KB 0644
page.h File 485 B 0644
page_offset.h File 37 B 0644
pci.h File 421 B 0644
pgtable.h File 1.7 KB 0644
processor.h File 3.17 KB 0644
ptrace.h File 1.03 KB 0644
segment.h File 886 B 0644
signal.h File 520 B 0644
smp.h File 32 B 0644
string.h File 389 B 0644
switch_to.h File 1.72 KB 0644
syscall.h File 1.03 KB 0644
thread_info.h File 3.26 KB 0644
tlb.h File 166 B 0644
traps.h File 1.06 KB 0644
uaccess.h File 1.02 KB 0644
user.h File 3.34 KB 0644