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

1 2

  /src/lib/csu/arch/sh3/
crtn.S 48 lds.l @sp+, pr
54 lds.l @sp+, pr
crtbegin.S 204 lds.l @sp+, pr
318 lds.l @sp+, pr
357 lds r0, pr; /* skip the following .long when returning */ \
  /src/sys/external/bsd/gnu-efi/dist/gnuefi/
Makefile 69 $(INSTALL) -m 644 $(SRCDIR)/elf_$(ARCH)_fbsd_efi.lds $(INSTALLROOT)$(LIBDIR)
71 $(INSTALL) -m 644 $(SRCDIR)/elf_$(ARCH)_efi.lds $(INSTALLROOT)$(LIBDIR)
74 $(INSTALL) -m 644 $(SRCDIR)/elf_$(ARCH)_efi.lds $(INSTALLROOT)$(LIBDIR)
  /src/sys/lib/libkern/arch/sh3/
sdivsi3_i4i.S 81 lds r2, macl
82 lds r3, mach
  /src/libexec/ld.elf_so/arch/sh3/
rtld_start.S 103 lds.l @r15+,pr /* restore registers */
104 lds.l @r15+,macl
105 lds.l @r15+,mach
  /src/sys/external/bsd/gnu-efi/dist/apps/
Makefile 50 LDSCRIPT = $(TOPDIR)/gnuefi/elf_$(ARCH)_efi.lds
52 LDSCRIPT = $(TOPDIR)/gnuefi/elf_$(ARCH)_fbsd_efi.lds
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_ldu.c 85 struct vmw_legacy_display *lds = dev_priv->ldu_priv; local
96 list_for_each_entry(entry, &lds->active, active) {
112 if (!list_empty(&lds->active)) {
113 entry = list_entry(lds->active.next, typeof(*entry), active);
122 lds->num_active ? lds->num_active : 1);
125 list_for_each_entry(entry, &lds->active, active) {
139 BUG_ON(i != lds->num_active);
141 lds->last_num_active = lds->num_active
    [all...]
  /src/lib/libc/arch/sh3/gen/
sigsetjmp.S 63 lds.l @sp+, pr
110 lds r0, pr
128 lds.l @sp+, pr
setjmp.S 67 lds.l @sp+, pr
124 lds.l @sp+, pr
_setjmp.S 72 lds.l @r4+, pr
swapcontext.S 67 lds.l @sp+, pr
  /src/lib/libc/compat/arch/sh3/gen/
compat_setjmp.S 64 lds.l @sp+, pr
104 lds.l @r4+, pr
compat_sigsetjmp.S 58 lds.l @sp+, pr
101 lds.l @r4+, pr
  /src/sys/arch/sh3/sh3/
lock_stubs.S 97 lds r7, pr
119 lds r7, pr
locore_subr.S 159 lds.l @r1+, pr
489 lds.l @r15+, pr
544 lds.l @r15+, pr
825 lds.l @r15+, pr
864 lds.l @r4+, pr
cpu_in_cksum.S 226 lds.l @sp+, pr
  /src/lib/libc/arch/sh3/sys/
cerror.S 57 lds.l @sp+, pr
ptrace.S 63 lds.l @sp+, pr
  /src/tests/kernel/arch/sh3/
execsp.S 132 lds.l @sp+, pr
  /src/sys/arch/sh3/include/
locore.h 141 lds.l @r14+, macl /* tf_macl*/ ;\
142 lds.l @r14+, mach /* tf_mach*/ ;\
143 lds.l @r14+, pr /* tf_pr */ ;\
  /src/sys/kern/
subr_lockdebug.c 836 lockdebug_t *ld, lds; local
839 db_read_bytes((db_addr_t)ld, sizeof(lds), __UNVOLATILE(&lds));
840 ld = &lds;
  /src/sys/arch/alpha/alpha/
fp_complete.c 213 lds(unsigned int rn, s_float *v, struct lwp *l) function
291 lds(inst.float_detail.fc, &sfc, l);
604 lds(inst.float_detail.fc, &sfc, l);
locore.s 1476 * void lds(int rn, u_int32_t *rval);
1503 make_freg_util lds, lds
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
cwsr_trap_handler_gfx8.asm 297 // Save SGPR before LDS save, then the s0 to s4 can be used during LDS save...
340 /* save first 4 VGPR, then LDS save could use */
359 /* save LDS */
370 s_cbranch_scc0 L_SAVE_LDS_DONE //no lds used? jump to L_SAVE_DONE
372 s_barrier //LDS is used? wait for other waves in the same TG
377 // first wave do LDS save;
379 s_lshl_b32 s_save_alloc_size, s_save_alloc_size, 6 //LDS size in dwords = lds_size * 64dw
380 s_lshl_b32 s_save_alloc_size, s_save_alloc_size, 2 //LDS size in bytes
383 // LDS at offset: size(VGPR)+SIZE(SGPR)+SIZE(HWREG
    [all...]
cwsr_trap_handler_gfx10.asm 329 // Save SGPR before LDS save, then the s0 to s4 can be used during LDS save...
372 /* save first 4 VGPR, then LDS save could use */
407 /* save LDS */
423 s_cbranch_scc0 L_SAVE_LDS_DONE //no lds used? jump to L_SAVE_DONE
425 s_barrier //LDS is used? wait for other waves in the same TG
429 // first wave do LDS save;
431 s_lshl_b32 s_save_alloc_size, s_save_alloc_size, 6 //LDS size in dwords = lds_size * 64dw
432 s_lshl_b32 s_save_alloc_size, s_save_alloc_size, 2 //LDS size in bytes
435 // LDS at offset: size(VGPR)+size(SVGPR)+SIZE(SGPR)+SIZE(HWREG
    [all...]

Completed in 33 milliseconds

1 2