OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:faultbuf
(Results
1 - 25
of
52
) sorted by relevancy
1
2
3
/src/sys/arch/m68k/m68k/
fpu.c
60
label_t
faultbuf
;
local in function:fpu_probe
63
nofault = (int *)&
faultbuf
;
64
if (setjmp(&
faultbuf
)) {
fpu.c
60
label_t
faultbuf
;
local in function:fpu_probe
63
nofault = (int *)&
faultbuf
;
64
if (setjmp(&
faultbuf
)) {
/src/sys/arch/news68k/news68k/
bus_space.c
124
label_t
faultbuf
;
local in function:news68k_bus_space_probe
127
nofault = (int *)&
faultbuf
;
bus_space.c
124
label_t
faultbuf
;
local in function:news68k_bus_space_probe
127
nofault = (int *)&
faultbuf
;
/src/sys/arch/hp300/hp300/
bus_space.c
171
label_t
faultbuf
;
local in function:hp300_bus_space_probe
174
nofault = (int *)&
faultbuf
;
bus_space.c
171
label_t
faultbuf
;
local in function:hp300_bus_space_probe
174
nofault = (int *)&
faultbuf
;
/src/sys/arch/aarch64/aarch64/
efi_machdep.c
47
struct
faultbuf
faultbuf
;
member in struct:__anon61883eae0108
126
* shared
faultbuf
is safe here.
128
int err = cpu_set_onfault(&arm_efirt_state.
faultbuf
);
efi_machdep.c
47
struct
faultbuf
faultbuf
;
member in struct:__anon61883eae0108
126
* shared
faultbuf
is safe here.
128
int err = cpu_set_onfault(&arm_efirt_state.
faultbuf
);
/src/sys/arch/luna68k/stand/boot/
machdep.c
91
label_t
faultbuf
;
local in function:badaddr
97
nofault = (int *)&
faultbuf
;
machdep.c
91
label_t
faultbuf
;
local in function:badaddr
97
nofault = (int *)&
faultbuf
;
/src/sys/arch/aarch64/include/
frame.h
71
struct
faultbuf
{
struct
frame.h
71
struct
faultbuf
{
struct
/src/sys/arch/powerpc/include/
pcb.h
39
struct
faultbuf
{
struct
57
struct
faultbuf
*pcb_onfault; /* For use during copyin/copyout */
72
int setfault(struct
faultbuf
*);
pcb.h
39
struct
faultbuf
{
struct
57
struct
faultbuf
*pcb_onfault; /* For use during copyin/copyout */
72
int setfault(struct
faultbuf
*);
/src/sys/arch/x68k/dev/
xel.c
116
label_t
faultbuf
;
local in function:xel_probe
122
nofault = (int *) &
faultbuf
;
123
if (setjmp(&
faultbuf
)) {
xel.c
116
label_t
faultbuf
;
local in function:xel_probe
122
nofault = (int *) &
faultbuf
;
123
if (setjmp(&
faultbuf
)) {
/src/sys/arch/mvme68k/mvme68k/
bus_space.c
231
label_t
faultbuf
;
local in function:do_peek
233
nofault = &
faultbuf
;
234
if (setjmp(&
faultbuf
)) {
248
label_t
faultbuf
;
local in function:do_poke
250
nofault = &
faultbuf
;
251
if (setjmp(&
faultbuf
)) {
bus_space.c
231
label_t
faultbuf
;
local in function:do_peek
233
nofault = &
faultbuf
;
234
if (setjmp(&
faultbuf
)) {
248
label_t
faultbuf
;
local in function:do_poke
250
nofault = &
faultbuf
;
251
if (setjmp(&
faultbuf
)) {
/src/sys/arch/virt68k/virt68k/
bus_space.c
195
label_t
faultbuf
;
local in function:do_peek
197
nofault = &
faultbuf
;
198
if (setjmp(&
faultbuf
)) {
212
label_t
faultbuf
;
local in function:do_poke
214
nofault = &
faultbuf
;
215
if (setjmp(&
faultbuf
)) {
bus_space.c
195
label_t
faultbuf
;
local in function:do_peek
197
nofault = &
faultbuf
;
198
if (setjmp(&
faultbuf
)) {
212
label_t
faultbuf
;
local in function:do_poke
214
nofault = &
faultbuf
;
215
if (setjmp(&
faultbuf
)) {
/src/sys/arch/sun3/sun3/
autoconf.c
329
label_t
faultbuf
;
local in function:peek_byte
332
nofault = &
faultbuf
;
333
if (setjmp(&
faultbuf
))
345
label_t
faultbuf
;
local in function:peek_word
348
nofault = &
faultbuf
;
349
if (setjmp(&
faultbuf
))
361
label_t
faultbuf
;
local in function:peek_long
364
nofault = &
faultbuf
;
365
if (setjmp(&
faultbuf
))
autoconf.c
329
label_t
faultbuf
;
local in function:peek_byte
332
nofault = &
faultbuf
;
333
if (setjmp(&
faultbuf
))
345
label_t
faultbuf
;
local in function:peek_word
348
nofault = &
faultbuf
;
349
if (setjmp(&
faultbuf
))
361
label_t
faultbuf
;
local in function:peek_long
364
nofault = &
faultbuf
;
365
if (setjmp(&
faultbuf
))
/src/sys/arch/sun68k/sun68k/
bus.c
628
label_t
faultbuf
;
local in function:sun68k_bus_peek
634
nofault = &
faultbuf
;
635
if (setjmp(&
faultbuf
))
666
label_t
faultbuf
;
local in function:sun68k_bus_poke
668
nofault = &
faultbuf
;
669
if (setjmp(&
faultbuf
))
bus.c
628
label_t
faultbuf
;
local in function:sun68k_bus_peek
634
nofault = &
faultbuf
;
635
if (setjmp(&
faultbuf
))
666
label_t
faultbuf
;
local in function:sun68k_bus_poke
668
nofault = &
faultbuf
;
669
if (setjmp(&
faultbuf
))
/src/sys/arch/riscv/include/
locore.h
59
struct
faultbuf
{
struct
64
CTASSERT(sizeof(label_t) == sizeof(struct
faultbuf
));
123
int cpu_set_onfault(struct
faultbuf
*) __returns_twice;
124
void cpu_jump_onfault(struct trapframe *, const struct
faultbuf
*, int);
132
static inline struct
faultbuf
*
135
struct
faultbuf
* const fb = curlwp->l_md.md_onfault;
141
cpu_enable_onfault(struct
faultbuf
*fb)
Completed in 30 milliseconds
1
2
3
Indexes created Tue Sep 23 14:10:03 GMT 2025