OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fault_instruction
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/arm/
undefined.c
307
int
fault_instruction
;
local in function:undefinedinstruction
349
fault_instruction
= read_thumb_insn(fault_pc, user);
350
if (
fault_instruction
>= 0xe000) {
351
fault_instruction
= (
fault_instruction
<< 16)
381
fault_instruction
= read_insn(fault_pc, user);
405
if ((
fault_instruction
& (1 << 27)) != 0
406
&& (
fault_instruction
& 0xf0000000) != 0xf0000000) {
407
coprocessor = (
fault_instruction
>> 8) & 0x0f;
430
int ret = uh->uh_handler(fault_pc,
fault_instruction
, tf
[
all
...]
undefined.c
307
int
fault_instruction
;
local in function:undefinedinstruction
349
fault_instruction
= read_thumb_insn(fault_pc, user);
350
if (
fault_instruction
>= 0xe000) {
351
fault_instruction
= (
fault_instruction
<< 16)
381
fault_instruction
= read_insn(fault_pc, user);
405
if ((
fault_instruction
& (1 << 27)) != 0
406
&& (
fault_instruction
& 0xf0000000) != 0xf0000000) {
407
coprocessor = (
fault_instruction
>> 8) & 0x0f;
430
int ret = uh->uh_handler(fault_pc,
fault_instruction
, tf
[
all
...]
cpufunc.c
2044
u_int
fault_instruction
;
local in function:early_abort_fixup
2076
fault_instruction
= *((volatile unsigned int *)fault_pc);
2080
if ((
fault_instruction
& 0x0e000000) == 0x08000000) {
2088
if (
fault_instruction
& (1 << 21)) {
2090
base = (
fault_instruction
>> 16) & 0x0f;
2096
if (
fault_instruction
& (1<<loop))
2102
if (
fault_instruction
& (1 << 23)) {
2110
} else if ((
fault_instruction
& 0x0e000000) == 0x0c000000) {
2121
if ((
fault_instruction
& (1 << 21)) != 0) {
2122
base = (
fault_instruction
>> 16) & 0x0f
2184
u_int
fault_instruction
;
local in function:late_abort_fixup
[
all
...]
cpufunc.c
2044
u_int
fault_instruction
;
local in function:early_abort_fixup
2076
fault_instruction
= *((volatile unsigned int *)fault_pc);
2080
if ((
fault_instruction
& 0x0e000000) == 0x08000000) {
2088
if (
fault_instruction
& (1 << 21)) {
2090
base = (
fault_instruction
>> 16) & 0x0f;
2096
if (
fault_instruction
& (1<<loop))
2102
if (
fault_instruction
& (1 << 23)) {
2110
} else if ((
fault_instruction
& 0x0e000000) == 0x0c000000) {
2121
if ((
fault_instruction
& (1 << 21)) != 0) {
2122
base = (
fault_instruction
>> 16) & 0x0f
2184
u_int
fault_instruction
;
local in function:late_abort_fixup
[
all
...]
Completed in 67 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025