Searched refs:marker (Results 1 - 9 of 9) sorted by relevance

/arch/cris/arch-v10/lib/
H A Dold_checksum.c58 const void *marker = endMarker - (len % 16); local
65 while (buff < marker) {
75 marker = endMarker - (len % 2);
76 while (buff < marker)
/arch/x86/mm/
H A Ddump_pagetables.c32 const struct addr_marker *marker; member in struct:pg_state
198 * address space marker.
207 st->marker = address_markers;
210 st->marker->name);
212 st->current_address >= st->marker[1].start_address) {
220 if (!st->marker->max_lines ||
221 st->lines < st->marker->max_lines) {
244 if (st->current_address >= st->marker[1].start_address) {
245 if (st->marker->max_lines &&
246 st->lines > st->marker
[all...]
/arch/arm64/mm/
H A Ddump.c67 const struct addr_marker *marker; member in struct:pg_state
192 seq_printf(st->seq, "---[ %s ]---\n", st->marker->name);
194 addr >= st->marker[1].start_address) {
214 if (addr >= st->marker[1].start_address) {
215 st->marker++;
216 seq_printf(st->seq, "---[ %s ]---\n", st->marker->name);
224 if (addr >= st->marker[1].start_address) {
225 st->marker++;
226 seq_printf(st->seq, "---[ %s ]---\n", st->marker->name);
292 .marker
[all...]
/arch/s390/mm/
H A Ddump_pagetables.c43 const struct addr_marker *marker; member in struct:pg_state
72 * address space marker.
81 st->marker = address_markers;
82 seq_printf(m, "---[ %s ]---\n", st->marker->name);
84 st->current_address >= st->marker[1].start_address) {
96 if (st->current_address >= st->marker[1].start_address) {
97 st->marker++;
98 seq_printf(m, "---[ %s ]---\n", st->marker->name);
/arch/x86/realmode/rm/
H A Dtrampoline_32.S44 # write marker for master knows we're running
H A Dtrampoline_64.S51 # write marker for master knows we're running
/arch/arm/mm/
H A Ddump.c41 const struct addr_marker *marker; member in struct:pg_state
229 seq_printf(st->seq, "---[ %s ]---\n", st->marker->name);
231 addr >= st->marker[1].start_address) {
250 if (addr >= st->marker[1].start_address) {
251 st->marker++;
252 seq_printf(st->seq, "---[ %s ]---\n", st->marker->name);
315 st.marker = address_markers;
/arch/x86/kernel/
H A Dtest_nx.c43 * marker and replaces it with a specific function.
45 static void fudze_exception_table(void *marker, void *new) argument
148 printk(KERN_ERR "test_nx: .rodata marker has invalid value\n");
/arch/powerpc/xmon/
H A Dxmon.c1322 unsigned long marker; local
1375 /* Look for "regshere" marker to see if this is
1377 if (mread(sp + MARKER_OFFSET, &marker, sizeof(unsigned long))
1378 && marker == STACK_FRAME_REGS_MARKER) {

Completed in 500 milliseconds