Searched refs:frame (Results 1 - 25 of 747) sorted by path

1234567891011>>

/linux-master/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt35 mac80211->driver: TX auth frame
36 driver->mac80211: RX auth frame
39 mac80211->driver: TX auth frame
40 driver->mac80211: RX auth frame
44 mac80211->userspace: RX auth frame
/linux-master/arch/alpha/boot/
H A Dhead.S43 .frame $30,128,$26
/linux-master/arch/alpha/kernel/
H A Dcore_mcpcia.c449 struct el_common_EV5_uncorrectable_mcheck *frame;
452 frame = &logout->procdata;
457 i, i+1, frame->paltemp[i], frame->paltemp[i+1]);
461 i, i+1, frame->shadow[i],
462 frame->shadow[i+1]);
465 frame->exc_addr);
467 frame->exc_sum);
469 frame->exc_mask);
471 frame
447 struct el_common_EV5_uncorrectable_mcheck *frame; local
519 struct el_common *frame; local
[all...]
/linux-master/arch/alpha/lib/
H A Ddbg_current.S17 .frame $30, 0, $28, 0
H A Ddbg_stackcheck.S18 .frame $30, 0, $28, 0
H A Ddbg_stackkill.S19 .frame $30, 0, $28, 0
H A Dev6-stxcpy.S50 .frame sp, 0, t9
119 .frame sp, 0, t9
H A Dev6-stxncpy.S58 .frame sp, 0, t9, 0
150 .frame sp, 0, t9, 0
H A Dstxcpy.S39 .frame sp, 0, t9
99 .frame sp, 0, t9
H A Dstxncpy.S47 .frame sp, 0, t9, 0
118 .frame sp, 0, t9, 0
/linux-master/arch/arc/include/asm/
H A Dunwind.h55 #define UNW_PC(frame) ((frame)->regs.r63)
56 #define UNW_SP(frame) ((frame)->regs.r28)
57 #define UNW_BLINK(frame) ((frame)->regs.r31)
61 #define UNW_FP(frame) ((frame)->regs.r27)
67 #define UNW_FP(frame) ((void)(frame),
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dbugfix.S16 | * longword $08 in the busy frame $4x60. Bit 16
55 | /* first save some values on the fsave frame */
71 | fsave_frame = /* build a long frame of all zeros */
72 | fsave_frame_format = $4060; /* label it as long frame */
102 | /* first save some values on the fsave frame */
120 | fsave_frame = /* build a long frame of all zeros */
121 | fsave_frame_format = $4060; /* label it as long frame */
252 | restore the instruction from the cu to the frame and continue
262 | The cu savepc is set to zero, and the frame is restored to the
304 | The frame returne
[all...]
H A Ddo_func.S13 | CMDREG1B and STAG are extracted from the fsave frame
H A Dfpsp.h11 | fpsp.h --- stack frame offsets during FPSP exception handling
13 | These equates are used to access the exception frame, the fsave
14 | frame and any local variables needed by the FPSP package.
44 | Positive offsets from A6 refer to the exception frame. Negative
46 | The fsave frame is also accessible from the top via A7.
66 | a second fsave frame can be pushed onto the stack and the
67 | handler exit code will reload the new frame and discard the old.
125 | words of a busy frame are the same as the unimplemented frame.
213 .set EXC_SR,4 | exception frame statu
[all...]
H A Dgen_except.S11 | the stack frame in memory with the exceptional operand(s).
58 cmpib #IDLE_SIZE-4,1(%a7) |test for idle frame
59 beq do_check |go handle idle frame
60 cmpib #UNIMP_40_SIZE-4,1(%a7) |test for orig unimp frame
61 beqs unimp_x |go handle unimp frame
62 cmpib #UNIMP_41_SIZE-4,1(%a7) |test for rev unimp frame
63 beqs unimp_x |go handle unimp frame
68 | Fix up the new busy frame with entries from the unimp frame
71 movel ETEMP_HI(%a6),ETEMP_HI(%a1) |frame t
[all...]
H A Dkernel_ex.S54 | frestore the frame into the machine (done by unimp_hd)
60 | frestore the frame into the machine (done by unimp_hd)
108 | frestore the frame into the machine (done by unimp_hd)
113 | frestore the frame into the machine (done by unimp_hd)
436 | denorm within the kernel. The approach used is to capture the frame,
479 moveb #0xfe,CU_SAVEPC(%a2) |set continue frame
H A Dres_func.S5 | stack frame. The function is then restored back into the
853 leal WBTEMP(%a6),%a0 |point a0 to wbtemp in frame
883 leal WBTEMP(%a6),%a0 |point a0 to wbtemp in frame
1030 leal WBTEMP(%a6),%a0 |point a0 to wbtemp in frame
1058 leal WBTEMP(%a6),%a0 |point a0 to wbtemp in frame
H A Dround.S499 | is no LOCAL_GRS scratch word following it on the fsave frame.
H A Dx_fline.S45 | ;between six word frame (unimp) and
46 | ;four word frame
54 | ;a6 can point correctly to the stack frame
68 cmpib #VER_40,(%a7) |test for orig unimp frame
76 cmpib #VER_41,(%a7) |test for rev unimp frame
H A Dx_operr.S94 | only the integer exception frame on the stack, and the
272 | Destination is memory. Get <ea> from integer exception frame
305 | frame on the stack and the fpu in the original exceptional state
H A Dx_snan.S90 cmpib #VER_40,(%a7) |test for orig unimp frame
101 moveb VER_TMP(%a6),(%a7) |format a busy frame
112 | Exit snan handler by expanding the unimp frame into a busy frame
118 cmpib #VER_40,(%a7) |test for orig unimp frame
129 moveb VER_TMP(%a6),(%a7) |format a busy frame
144 movel EXC_EA(%a6),%a0 |get <ea> from exc frame
H A Dx_unfl.S64 | Clear dirty bit on dest resister in the frame before branching
98 | Clear dirty bit on dest resister in the frame before branching
119 | Clear dirty bit on dest resister in the frame before branching
H A Dx_unimp.S15 | Input: 1. Six word stack frame for unimplemented inst, four word
18 | 2. Unimp (short) fsave state frame created here by fsave
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S72 | for enabled overflow conditions. The exception stack frame is an overflow
73 | stack frame. The FP state frame holds the EXCEPTIONAL OPERAND.
91 | for enabled underflow conditions. The exception stack frame is an underflow
92 | stack frame. The FP state frame holds the EXCEPTIONAL OPERAND.
109 | for enabled operand error exceptions. The exception stack frame is an operand error
110 | stack frame. The FP state frame holds the source operand of the faulting
128 | for enabled signalling NaN exceptions. The exception stack frame i
[all...]
H A Diskeleton.S61 | can do any clean-up desired. The stack frame is the
62 | Unimplemented Integer Instruction stack frame with
87 | a CHK exception stack frame from the Unimplemented Integer Instrcution
88 | stack frame and branches to this routine.
122 | creates a Divide-by-zero exception stack frame from the Unimplemented
123 | Integer Instruction stack frame and branches to this routine.
127 | then it create a Trace exception stack frame from the "chk" exception
128 | stack frame and branches to the _real_trace() entry point.

Completed in 275 milliseconds

1234567891011>>