tag | line | file | source code |
code_limit | 143 | drivers/FPU-emu/fpu_entry.c | unsigned long code_limit = 0; /* Initialized to stop compiler warnings */ |
code_limit | 179 | drivers/FPU-emu/fpu_entry.c | code_limit = code_base + 0xffff; /* Assumes code_base <= 0xffff0000 */ |
code_limit | 213 | drivers/FPU-emu/fpu_entry.c | code_limit = code_base |
code_limit | 216 | drivers/FPU-emu/fpu_entry.c | if ( code_limit < code_base ) code_limit = 0xffffffff; |
code_limit | 245 | drivers/FPU-emu/fpu_entry.c | if ( FPU_EIP > code_limit ) |
code_limit | 335 | drivers/FPU-emu/fpu_entry.c | if ( FPU_EIP-1 > code_limit ) |
code_limit | 441 | fs/exec.c | unsigned long code_limit,data_limit,code_base,data_base; |
code_limit | 444 | fs/exec.c | code_limit = TASK_SIZE; |