Home
last modified time | relevance | path

Searched defs:box (Results 1 – 25 of 26) sorted by relevance

12

/linux/arch/x86/events/intel/
A Duncore_discovery.c340 void intel_generic_uncore_msr_init_box(struct intel_uncore_box *box) in intel_generic_uncore_msr_init_box()
345 void intel_generic_uncore_msr_disable_box(struct intel_uncore_box *box) in intel_generic_uncore_msr_disable_box()
350 void intel_generic_uncore_msr_enable_box(struct intel_uncore_box *box) in intel_generic_uncore_msr_enable_box()
380 void intel_generic_uncore_pci_init_box(struct intel_uncore_box *box) in intel_generic_uncore_pci_init_box()
389 void intel_generic_uncore_pci_disable_box(struct intel_uncore_box *box) in intel_generic_uncore_pci_disable_box()
397 void intel_generic_uncore_pci_enable_box(struct intel_uncore_box *box) in intel_generic_uncore_pci_enable_box()
414 void intel_generic_uncore_pci_disable_event(struct intel_uncore_box *box, in intel_generic_uncore_pci_disable_event()
423 u64 intel_generic_uncore_pci_read_counter(struct intel_uncore_box *box, in intel_generic_uncore_pci_read_counter()
457 void intel_generic_uncore_mmio_init_box(struct intel_uncore_box *box) in intel_generic_uncore_mmio_init_box()
481 void intel_generic_uncore_mmio_disable_box(struct intel_uncore_box *box) in intel_generic_uncore_mmio_disable_box()
[all …]
A Duncore.h251 unsigned int uncore_mmio_box_ctl(struct intel_uncore_box *box) in uncore_mmio_box_ctl()
273 unsigned uncore_pci_event_ctl(struct intel_uncore_box *box, int idx) in uncore_pci_event_ctl()
282 unsigned uncore_pci_perf_ctr(struct intel_uncore_box *box, int idx) in uncore_pci_perf_ctr()
384 unsigned uncore_msr_perf_ctr(struct intel_uncore_box *box, int idx) in uncore_msr_perf_ctr()
397 unsigned uncore_fixed_ctl(struct intel_uncore_box *box) in uncore_fixed_ctl()
406 unsigned uncore_fixed_ctr(struct intel_uncore_box *box) in uncore_fixed_ctr()
415 unsigned uncore_event_ctl(struct intel_uncore_box *box, int idx) in uncore_event_ctl()
424 unsigned uncore_perf_ctr(struct intel_uncore_box *box, int idx) in uncore_perf_ctr()
443 unsigned int uncore_freerunning_bits(struct intel_uncore_box *box, in uncore_freerunning_bits()
516 static inline void uncore_box_init(struct intel_uncore_box *box) in uncore_box_init()
[all …]
A Duncore.c287 struct intel_uncore_box *box; in uncore_pmu_hrtimer() local
339 struct intel_uncore_box *box; in uncore_alloc_box() local
720 struct intel_uncore_box *box; in uncore_pmu_event_init() local
801 struct intel_uncore_box *box; in uncore_pmu_enable() local
816 struct intel_uncore_box *box; in uncore_pmu_disable() local
1126 struct intel_uncore_box *box; in uncore_pci_pmu_register() local
1228 struct intel_uncore_box *box; in uncore_pci_remove() local
1439 struct intel_uncore_box *box; in uncore_change_type_ctx() local
1476 struct intel_uncore_box *box; in uncore_box_unref() local
1521 struct intel_uncore_box *box, *tmp; in allocate_boxes() local
[all …]
A Duncore_snb.c180 static void snb_uncore_msr_init_box(struct intel_uncore_box *box) in snb_uncore_msr_init_box()
188 static void snb_uncore_msr_enable_box(struct intel_uncore_box *box) in snb_uncore_msr_enable_box()
194 static void snb_uncore_msr_exit_box(struct intel_uncore_box *box) in snb_uncore_msr_exit_box()
279 static void skl_uncore_msr_init_box(struct intel_uncore_box *box) in skl_uncore_msr_init_box()
291 static void skl_uncore_msr_enable_box(struct intel_uncore_box *box) in skl_uncore_msr_enable_box()
297 static void skl_uncore_msr_exit_box(struct intel_uncore_box *box) in skl_uncore_msr_exit_box()
432 static void rkl_uncore_msr_init_box(struct intel_uncore_box *box) in rkl_uncore_msr_init_box()
448 static void adl_uncore_msr_init_box(struct intel_uncore_box *box) in adl_uncore_msr_init_box()
465 static void adl_uncore_msr_exit_box(struct intel_uncore_box *box) in adl_uncore_msr_exit_box()
629 static void snb_uncore_imc_init_box(struct intel_uncore_box *box) in snb_uncore_imc_init_box()
[all …]
A Duncore_nhmex.c200 static void nhmex_uncore_msr_init_box(struct intel_uncore_box *box) in nhmex_uncore_msr_init_box()
205 static void nhmex_uncore_msr_exit_box(struct intel_uncore_box *box) in nhmex_uncore_msr_exit_box()
210 static void nhmex_uncore_msr_disable_box(struct intel_uncore_box *box) in nhmex_uncore_msr_disable_box()
225 static void nhmex_uncore_msr_enable_box(struct intel_uncore_box *box) in nhmex_uncore_msr_enable_box()
350 static int nhmex_bbox_hw_config(struct intel_uncore_box *box, struct perf_event *event) in nhmex_bbox_hw_config()
441 static int nhmex_sbox_hw_config(struct intel_uncore_box *box, struct perf_event *event) in nhmex_sbox_hw_config()
614 static void nhmex_mbox_put_shared_reg(struct intel_uncore_box *box, int idx) in nhmex_mbox_put_shared_reg()
669 nhmex_mbox_get_constraint(struct intel_uncore_box *box, struct perf_event *event) in nhmex_mbox_get_constraint()
765 static int nhmex_mbox_hw_config(struct intel_uncore_box *box, struct perf_event *event) in nhmex_mbox_hw_config()
819 static u64 nhmex_mbox_shared_reg_config(struct intel_uncore_box *box, int idx) in nhmex_mbox_shared_reg_config()
[all …]
A Duncore_snbep.c601 static void snbep_uncore_pci_init_box(struct intel_uncore_box *box) in snbep_uncore_pci_init_box()
654 static void snbep_uncore_msr_init_box(struct intel_uncore_box *box) in snbep_uncore_msr_init_box()
1511 static void ivbep_uncore_msr_init_box(struct intel_uncore_box *box) in ivbep_uncore_msr_init_box()
1518 static void ivbep_uncore_pci_init_box(struct intel_uncore_box *box) in ivbep_uncore_pci_init_box()
2165 static int knl_cha_hw_config(struct intel_uncore_box *box, in knl_cha_hw_config()
2742 static void hswep_cbox_enable_event(struct intel_uncore_box *box, in hswep_cbox_enable_event()
3685 static void skx_iio_enable_event(struct intel_uncore_box *box, in skx_iio_enable_event()
4389 static void snr_cha_enable_event(struct intel_uncore_box *box, in snr_cha_enable_event()
4840 static int snr_uncore_mmio_map(struct intel_uncore_box *box, in snr_uncore_mmio_map()
4877 static void snr_uncore_mmio_init_box(struct intel_uncore_box *box) in snr_uncore_mmio_init_box()
[all …]
/linux/sound/pci/ice1712/
A Dhoontech.c68 static void snd_ice1712_stdsp24_box_channel(struct snd_ice1712 *ice, int box, int chn, int activate) in snd_ice1712_stdsp24_box_channel()
118 static void snd_ice1712_stdsp24_box_midi(struct snd_ice1712 *ice, int box, int master) in snd_ice1712_stdsp24_box_midi()
158 int box, chn; in hoontech_init() local
/linux/scripts/kconfig/lxdialog/
A Dtextbox.c26 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box()
49 WINDOW *dialog, *box; in dialog_textbox() local
A Dutil.c465 chtype box, chtype border) in draw_box()
/linux/drivers/gpu/drm/mga/
A Dmga_state.c42 struct drm_clip_rect *box) in mga_emit_clip_rect()
500 struct drm_clip_rect *box = &pbox[i]; in mga_dma_dispatch_clear() local
598 struct drm_clip_rect *box = &pbox[i]; in mga_dma_dispatch_swap() local
/linux/lib/
A Dpacking.c99 int plogical_first_u8, plogical_last_u8, box; in packing() local
/linux/arch/mips/include/asm/mach-loongson64/
A Dloongson_regs.h243 #define CSR_MAIL_SEND_BOX_LOW(box) (box << 1) argument
244 #define CSR_MAIL_SEND_BOX_HIGH(box) ((box << 1) + 1) argument
/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_surface.c1718 SVGA3dBox *box = &dirty->boxes[loc_start->sub_resource]; in vmw_subres_dirty_add() local
1766 SVGA3dBox *box = &dirty->boxes[subres]; in vmw_subres_dirty_full() local
1838 SVGA3dBox *box = &dirty->boxes[0]; in vmw_surface_buf_dirty_range_add() local
1892 const SVGA3dBox *box = &dirty->boxes[i]; in vmw_surface_dirty_sync() local
1910 const SVGA3dBox *box = &dirty->boxes[i]; in vmw_surface_dirty_sync() local
A Dvmwgfx_stdu.c1220 struct SVGA3dCopyBox *box = cmd; in vmw_stdu_bo_populate_clip() local
1317 SVGA3dBox *box = &cmd_img->body.box; in vmw_stdu_bo_populate_update_cpu() local
1446 SVGA3dBox *box = &cmd_update->body.box; in vmw_stdu_surface_update_proxy() local
1493 struct SVGA3dCopyBox *box = cmd; in vmw_stdu_surface_populate_clip() local
A Dvmwgfx_kms.c156 SVGA3dCopyBox *box; in vmw_kms_cursor_snoop() local
2551 SVGA3dBox *box; in vmw_kms_update_proxy() local
/linux/include/uapi/drm/
A Dvirtgpu_drm.h128 struct drm_virtgpu_3d_box box; member
137 struct drm_virtgpu_3d_box box; member
/linux/drivers/gpu/drm/virtio/
A Dvirtgpu_vq.c1011 struct drm_virtgpu_3d_box *box, in virtio_gpu_cmd_transfer_to_host_3d()
1048 struct drm_virtgpu_3d_box *box, in virtio_gpu_cmd_transfer_from_host_3d()
/linux/drivers/gpu/drm/i810/
A Di810_dma.c717 struct drm_clip_rect *box = sarea_priv->boxes; in i810_dma_dispatch_vertex() local
/linux/drivers/gpu/drm/vmwgfx/device_include/
A Dsvga3d_cmd.h463 SVGA3dCopyBox box; member
1255 SVGA3dBox box; member
1280 SVGA3dBox box; member
1300 SVGA3dBox box; member
A Dsvga3d_dx.h587 SVGA3dCopyBox box; member
597 SVGA3dCopyBox box; member
724 SVGA3dBox box; member
787 SVGA3dCopyBox box; member
/linux/include/uapi/linux/
A Dvirtio_gpu.h256 struct virtio_gpu_box box; member
/linux/drivers/net/wireless/realtek/rtw88/
A Dfw.c303 u8 box; in rtw_fw_send_h2c_command() local
/linux/drivers/scsi/
A Dhpsa.h90 u8 box[8]; member
A Dhpsa.c815 u8 box; in path_info_show() local
/linux/drivers/scsi/smartpqi/
A Dsmartpqi_init.c6940 u8 box; in pqi_path_info_show() local

Completed in 149 milliseconds

12