Deleted Added
full compact
md_var.h (256281) md_var.h (268200)
1/*-
2 * Copyright (c) 1998 Doug Rabson
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
1/*-
2 * Copyright (c) 1998 Doug Rabson
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $FreeBSD: stable/10/sys/ia64/include/md_var.h 238257 2012-07-08 18:00:22Z marcel $
26 * $FreeBSD: stable/10/sys/ia64/include/md_var.h 268200 2014-07-02 23:47:43Z marcel $
27 */
28
29#ifndef _MACHINE_MD_VAR_H_
30#define _MACHINE_MD_VAR_H_
31
32/*
33 * Miscellaneous machine-dependent declarations.
34 */

--- 62 unchanged lines hidden (view full) ---

97int ia64_physmem_add(vm_paddr_t, vm_size_t);
98void *ia64_physmem_alloc(vm_size_t, vm_size_t);
99int ia64_physmem_delete(vm_paddr_t, vm_size_t);
100int ia64_physmem_fini(void);
101int ia64_physmem_init(void);
102int ia64_physmem_track(vm_paddr_t, vm_size_t);
103void ia64_probe_sapics(void);
104void ia64_sync_icache(vm_offset_t, vm_size_t);
27 */
28
29#ifndef _MACHINE_MD_VAR_H_
30#define _MACHINE_MD_VAR_H_
31
32/*
33 * Miscellaneous machine-dependent declarations.
34 */

--- 62 unchanged lines hidden (view full) ---

97int ia64_physmem_add(vm_paddr_t, vm_size_t);
98void *ia64_physmem_alloc(vm_size_t, vm_size_t);
99int ia64_physmem_delete(vm_paddr_t, vm_size_t);
100int ia64_physmem_fini(void);
101int ia64_physmem_init(void);
102int ia64_physmem_track(vm_paddr_t, vm_size_t);
103void ia64_probe_sapics(void);
104void ia64_sync_icache(vm_offset_t, vm_size_t);
105void *ia64_xtrace_alloc(void);
106void ia64_xtrace_init_ap(void *);
107void ia64_xtrace_init_bsp(void);
108void ia64_xtrace_save(void);
109void ia64_xtrace_stop(void);
105void interrupt(struct trapframe *);
106void map_gateway_page(void);
107void map_pal_code(void);
108void map_vhpt(uintptr_t);
109void os_boot_rendez(void);
110void os_mca(void);
111int syscall(struct trapframe *);
112void trap(int, struct trapframe *);
113void trap_panic(int, struct trapframe *);
114int unaligned_fixup(struct trapframe *, struct thread *);
115
116#endif /* _KERNEL */
117
118#endif /* !_MACHINE_MD_VAR_H_ */
110void interrupt(struct trapframe *);
111void map_gateway_page(void);
112void map_pal_code(void);
113void map_vhpt(uintptr_t);
114void os_boot_rendez(void);
115void os_mca(void);
116int syscall(struct trapframe *);
117void trap(int, struct trapframe *);
118void trap_panic(int, struct trapframe *);
119int unaligned_fixup(struct trapframe *, struct thread *);
120
121#endif /* _KERNEL */
122
123#endif /* !_MACHINE_MD_VAR_H_ */