HomeSort by: relevance | last modified time | path
    Searched refs:LABEL (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/tests/lib/libc/arch/i386/
return_one.S 10 LABEL(return_one_end)
  /src/tests/lib/libc/arch/x86_64/
return_one.S 10 LABEL(return_one_end)
  /src/usr.sbin/mtree/
compare.c 89 #define LABEL if (!label++) MARK
97 if (!label) { \
104 label++; \
139 int fd, label; local in function:compare
147 label = 0;
180 typeerr: LABEL;
184 return (label);
192 return (label);
197 return (label);
    [all...]
  /src/sys/lib/libkern/arch/hppa/
prefix.h 41 ! .LABEL labl/**/lbl\
47 ! .LABEL labl/**/lbl\
53 ! .LABEL labl/**/lbl \
59 ! .LABEL labl/**/lbl\
  /src/sys/arch/amd64/amd64/
locore.S 357 LABEL(nox_flag) .long 0 /* 32bit NOX flag, set if supported */
360 LABEL(cputype) .long 0 /* are we 80486, Pentium, or.. */
363 LABEL(cpuid_level) .long -1 /* max. level accepted by cpuid instr */
366 LABEL(esym) .quad 0 /* ptr to end of syms */
369 LABEL(eblob) .quad 0 /* ptr to end of modules */
372 LABEL(atdevbase) .quad 0 /* location of start of iomem in virt */
375 LABEL(PDPpaddr) .quad 0 /* paddr of PTD, for libkvm */
379 LABEL(biosbasemem) .long 0 /* base memory reported by BIOS */
381 LABEL(biosbasemem) .long REALBASEMEM
386 LABEL(biosextmem) .long 0 /* extended memory reported by BIOS *
    [all...]
mptramp.S 107 LABEL(cpu_spinup_trampoline)
vector.S 566 LABEL(name ## _stubs) ; \
591 LABEL(name ## _stubs) ; \
701 LABEL(entry_xenev)
711 LABEL(xenev_stubs)
amd64_trap.S 583 LABEL(kernuser_reenter)
728 LABEL(x86_exceptions)
  /src/sys/external/bsd/drm2/include/asm/
uaccess.h 98 #define unsafe_put_user(KERNEL_RVAL, USER_PTR, LABEL) do { \
100 goto LABEL; \
  /src/sys/arch/amd64/stand/prekern/
locore.S 142 LABEL(nox_flag) .long 0 /* 32bit NOX flag, set if supported */
145 LABEL(cpuid_level) .long -1 /* max. level accepted by cpuid instr */
148 LABEL(esym) .quad 0 /* ptr to end of syms */
151 LABEL(eblob) .quad 0 /* ptr to end of modules */
154 LABEL(atdevbase) .quad 0 /* location of start of iomem in virt */
157 LABEL(PDPpaddr) .quad 0 /* paddr of PTD, for libkvm */
160 LABEL(biosbasemem) .long 0 /* base memory reported by BIOS */
163 LABEL(biosextmem) .long 0 /* extended memory reported by BIOS */
166 LABEL(stkpa) .quad 0
169 LABEL(stkva) .quad
    [all...]
trap.S 178 LABEL(x86_exceptions)
  /src/sys/arch/arm/arm/
bus_space_notimpl.S 50 #define LABEL(func) __L(NAME(func)):
58 LABEL(func) ; \
  /src/usr.bin/sed/
defs.h 91 * Initially, label references are stored in t, on a second pass they
120 LABEL, /* : */
  /src/sys/arch/i386/i386/
locore.S 316 LABEL(nox_flag) .long 0 /* 32bit NOX flag, set if supported */
319 LABEL(cputype) .long 0 /* are we 80486, Pentium, or.. */
322 LABEL(cpuid_level) .long -1 /* max. level accepted by cpuid instr */
325 LABEL(atdevbase) .long 0 /* location of start of iomem in virt */
328 LABEL(lwp0uarea) .long 0
331 LABEL(PDPpaddr) .long 0 /* paddr of PDP, for libkvm */
334 LABEL(starttsc_lo) .long 0 /* low part of rdtsc */
337 LABEL(starttsc_hi) .long 0 /* high part of rdtsc */
347 LABEL(tmpgdt)
1882 LABEL(hp_nolock
    [all...]
lock_stubs.S 57 #define ENDLABEL(name,a) .align a; LABEL(name)
253 LABEL(mutex_spin_enter_end)
332 LABEL(i686_mutex_spin_exit_end)
i386_trap.S 395 LABEL(trap_return_fault_return)
405 LABEL(i386_calltrap_start)
507 LABEL(i386_calltrap_end)
mptramp.S 108 LABEL(cpu_spinup_trampoline)
spl.S 165 LABEL(cx8_spllower_end)
323 LABEL(doreti_checkast)
vector.S 578 LABEL(name ## _stubs) ; \
602 LABEL(name ## _stubs) ; \
715 LABEL(entry_xenev)
725 LABEL(xenev_stubs)
copy.S 97 * Label must be before all copy functions.
100 LABEL(x86_copyfunc_start)
701 * Label must be after all copy functions.
703 LABEL(x86_copyfunc_end)
  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.h 63 LABEL,
aicasm_symbol.c 122 case LABEL:
519 case LABEL:
  /src/sys/arch/amd64/include/
asm.h 110 #define LABEL(y) _LABEL(_C_LABEL(y))
  /src/sys/arch/i386/include/
asm.h 178 #define LABEL(y) _LABEL(_C_LABEL(y))
  /src/common/lib/libc/arch/i386/atomic/
atomic.S 279 LABEL(_atomic_cas_cx8_end)

Completed in 29 milliseconds

1 2