Searched refs:relocs (Results 51 - 58 of 58) sorted by relevance

123

/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c205 struct drm_qxl_reloc __user *u = u64_to_user_ptr(cmd->relocs);
213 need to validate first then process relocs? */
/linux-master/arch/mips/
H A DMakefile19 $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
104 LDFLAGS_vmlinux += --emit-relocs
/linux-master/drivers/scsi/
H A Dncr53c8xx.c3488 int relocs; local
3525 relocs = 2;
3555 relocs = 1;
3564 relocs = 0;
3566 relocs = 1;
3573 relocs = 1;
3577 relocs = 0;
3581 if (relocs) {
3582 while (relocs--) {
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_vce.c487 reloc = &p->relocs[(idx / 4)];
H A Dradeon_uvd.c580 reloc = &p->relocs[(idx / 4)];
H A Dr600_cs.c2358 *cs_reloc = &p->relocs[idx];
H A Dradeon.h1030 struct radeon_bo_list *relocs; member in struct:radeon_cs_parser
/linux-master/
H A DMakefile1042 # ld.lld before 15 did not support -z pack-relative-relocs.
1043 LDFLAGS_vmlinux += $(call ld-option,--pack-dyn-relocs=relr,-z pack-relative-relocs)

Completed in 196 milliseconds

123