tag | line | file | source code |
---|---|---|---|
st_space | 79 | include/linux/sched.h | long st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */ |
st_space | 40 | include/linux/user.h | long st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */ |
st_space | 535 | kernel/math/emulate.c | return (temp_real_unaligned *) (i*10 + (char *)(I387.st_space)); |