Searched refs:last_head (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dlinux-btrace.h46 __u64 last_head; member in struct:perf_event_buffer
H A Dlinux-btrace.c106 return *pev->data_head != pev->last_head;
178 pev->last_head = data_head;
554 bts->bts.last_head = 0ull;
786 data_tail = pevent->last_head;
848 pevent->last_head = data_head;
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dlinux-btrace.h46 __u64 last_head; member in struct:perf_event_buffer
H A Dlinux-btrace.c108 return *pev->data_head != pev->last_head;
180 pev->last_head = data_head;
558 bts->bts.last_head = 0ull;
805 data_tail = pevent->last_head;
867 pevent->last_head = data_head;
/netbsd-current/sys/arch/powerpc/stand/mkbootimage/
H A Drs6000_bootrec.h57 char last_head; /* nrof heads -1 */ member in struct:rs6000_config_record
/netbsd-current/sys/external/bsd/drm/dist/shared-core/
H A Di915_dma.c43 u32 last_head = I915_READ(PRB0_HEAD) & HEAD_ADDR; local
61 if (ring->head != last_head)
67 last_head = ring->head;
H A Dradeon_cp.c1839 u32 last_head; local
1842 last_head = R600_GET_RING_HEAD(dev_priv);
1844 last_head = GET_RING_HEAD(dev_priv);
1862 if (head != last_head)
1864 last_head = head;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i810/
H A Di810_dma.c252 unsigned int last_head = I810_READ(LP_RING + RING_HEAD) & HEAD_ADDR; local
261 if (ring->head != last_head) {
263 last_head = ring->head;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcfgrtl.c2913 rtx_insn *last_head = get_last_insn ();
2924 for (x = last_head; x != NULL_RTX; x = PREV_INSN (x))
2972 last_head = PREV_INSN (x);
2975 for (x = last_head; x != NULL_RTX; x = PREV_INSN (x))
2900 rtx_insn *last_head = get_last_insn (); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcfgrtl.cc2933 rtx_insn *last_head = get_last_insn ();
2944 for (x = last_head; x != NULL_RTX; x = PREV_INSN (x))
2992 last_head = PREV_INSN (x);
2995 for (x = last_head; x != NULL_RTX; x = PREV_INSN (x))
2920 rtx_insn *last_head = get_last_insn (); local

Completed in 240 milliseconds