md_var.h (2ff63af9b88c7413b7d71715b5532625752a248e) | md_var.h (b7312c3df83df96662e83aaa0eaadda7ef66c8e3) |
---|---|
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 --- 30 unchanged lines hidden (view full) --- 39extern register_t mvendorid; 40extern register_t marchid; 41extern register_t mimpid; 42extern u_int mmu_caps; 43 44/* Supervisor-mode extension support */ 45extern bool has_sstc; 46extern bool has_sscofpmf; | 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 --- 30 unchanged lines hidden (view full) --- 39extern register_t mvendorid; 40extern register_t marchid; 41extern register_t mimpid; 42extern u_int mmu_caps; 43 44/* Supervisor-mode extension support */ 45extern bool has_sstc; 46extern bool has_sscofpmf; |
47extern bool has_svpbmt; |
|
47 48struct dumperinfo; 49struct minidumpstate; 50 51int cpu_minidumpsys(struct dumperinfo *, const struct minidumpstate *); 52 53#endif /* !_MACHINE_MD_VAR_H_ */ | 48 49struct dumperinfo; 50struct minidumpstate; 51 52int cpu_minidumpsys(struct dumperinfo *, const struct minidumpstate *); 53 54#endif /* !_MACHINE_MD_VAR_H_ */ |