Searched refs:pic (Results 51 - 65 of 65) sorted by relevance

123

/linux-master/arch/mips/vdso/
H A DMakefile31 -mrelax-pic-calls $(call cc-option, -mexplicit-relocs) \
/linux-master/arch/loongarch/
H A DMakefile108 KBUILD_RUSTFLAGS_MODULE += -Crelocation-model=pic
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_multi_if.c310 struct vdec_pic_info *pic)
312 unsigned int buf_sz = mtk_vdec_h264_get_mv_buf_size(pic->buf_w, pic->buf_h);
361 mtk_vdec_debug(ctx, "pic(%d, %d), buf(%d, %d)",
527 mtk_vdec_debug(ctx, "pic[%d] crc: 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x",
789 mtk_vdec_debug(inst->ctx, "pic[%d] crc: 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x",
309 vdec_h264_slice_alloc_mv_buf(struct vdec_h264_slice_inst *inst, struct vdec_pic_info *pic) argument
H A Dvdec_hevc_req_multi_if.c645 struct vdec_pic_info *pic)
647 unsigned int buf_sz = vdec_hevc_get_mv_buf_size(pic->buf_w, pic->buf_h);
696 mtk_vdec_debug(ctx, "pic(%d, %d), buf(%d, %d)",
955 mtk_vdec_debug(ctx, "pic[%d] crc: 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x",
644 vdec_hevc_slice_alloc_mv_buf(struct vdec_hevc_slice_inst *inst, struct vdec_pic_info *pic) argument
/linux-master/arch/sparc/kernel/
H A Dperf_event.c193 u64 shift, mask, pic; local
202 pic = pcr_ops->read_pic(0);
203 pic &= ~mask;
204 pic |= val;
205 pcr_ops->write_pic(0, pic);
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pciercx-defs.h223 __BITFIELD_FIELD(uint32_t pic:1,
/linux-master/arch/arm/
H A DMakefile13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer -z norelro
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile112 QEMU_MACHINE := -cpu host -machine microvm,accel=kvm,pit=off,pic=off,rtc=off -no-acpi
123 QEMU_MACHINE := -cpu host -machine microvm,accel=kvm,pit=off,pic=off,rtc=off -no-acpi
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h2110 int kvm_pic_set_irq(struct kvm_pic *pic, int irq, int irq_source_id, int level);
2111 void kvm_pic_clear_all(struct kvm_pic *pic, int irq_source_id);
/linux-master/arch/mips/
H A DMakefile97 cflags-y += -G 0 -mno-abicalls -fno-pic -pipe
/linux-master/include/uapi/linux/
H A Dkvm.h77 struct kvm_pic_state pic; member in union:kvm_irqchip::__anon1227
/linux-master/tools/include/uapi/linux/
H A Dkvm.h77 struct kvm_pic_state pic; member in union:kvm_irqchip::__anon1606
/linux-master/arch/x86/kvm/
H A Dx86.c6369 struct kvm_pic *pic = kvm->arch.vpic; local
6375 memcpy(&chip->chip.pic, &pic->pics[0],
6379 memcpy(&chip->chip.pic, &pic->pics[1],
6394 struct kvm_pic *pic = kvm->arch.vpic; local
6400 spin_lock(&pic->lock);
6401 memcpy(&pic->pics[0], &chip->chip.pic,
6403 spin_unlock(&pic
[all...]
/linux-master/arch/sparc/mm/
H A Dultra.S693 rd %pic, %g7
/linux-master/include/linux/
H A Dnvme.h473 __u8 pic; member in struct:nvme_id_ns_nvm

Completed in 283 milliseconds

123