x86_var.h (835c2787bed752ffeeaeceae9f01839db0f18dff) x86_var.h (295f4b6cfec069476c648f929cb70e33eabee4d0)
1/*-
2 * Copyright (c) 1995 Bruce D. Evans.
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

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

103void dump_drop_page(vm_paddr_t);
104void identify_cpu(void);
105void initializecpu(void);
106void initializecpucache(void);
107bool fix_cpuid(void);
108void fillw(int /*u_short*/ pat, void *base, size_t cnt);
109int is_physical_memory(vm_paddr_t addr);
110int isa_nmi(int cd);
1/*-
2 * Copyright (c) 1995 Bruce D. Evans.
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

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

103void dump_drop_page(vm_paddr_t);
104void identify_cpu(void);
105void initializecpu(void);
106void initializecpucache(void);
107bool fix_cpuid(void);
108void fillw(int /*u_short*/ pat, void *base, size_t cnt);
109int is_physical_memory(vm_paddr_t addr);
110int isa_nmi(int cd);
111bool nmi_call_kdb(u_int cpu, u_int type, struct trapframe *frame,
112 bool panic);
113bool nmi_call_kdb_smp(u_int type, struct trapframe *frame, bool panic);
114int nmi_handle_intr(u_int type, struct trapframe *frame, bool panic);
111void nmi_call_kdb(u_int cpu, u_int type, struct trapframe *frame);
112void nmi_call_kdb_smp(u_int type, struct trapframe *frame);
113void nmi_handle_intr(u_int type, struct trapframe *frame);
115void pagecopy(void *from, void *to);
116void printcpuinfo(void);
117int user_dbreg_trap(void);
118int minidumpsys(struct dumperinfo *);
119struct pcb *get_pcb_td(struct thread *td);
120
121#endif
114void pagecopy(void *from, void *to);
115void printcpuinfo(void);
116int user_dbreg_trap(void);
117int minidumpsys(struct dumperinfo *);
118struct pcb *get_pcb_td(struct thread *td);
119
120#endif