Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Duncore_discovery.c479 intel_generic_uncore_box_ctl(struct intel_uncore_box * box) intel_generic_uncore_box_ctl() argument
491 intel_generic_uncore_msr_init_box(struct intel_uncore_box * box) intel_generic_uncore_msr_init_box() argument
496 intel_generic_uncore_msr_disable_box(struct intel_uncore_box * box) intel_generic_uncore_msr_disable_box() argument
501 intel_generic_uncore_msr_enable_box(struct intel_uncore_box * box) intel_generic_uncore_msr_enable_box() argument
506 intel_generic_uncore_msr_enable_event(struct intel_uncore_box * box,struct perf_event * event) intel_generic_uncore_msr_enable_event() argument
514 intel_generic_uncore_msr_disable_event(struct intel_uncore_box * box,struct perf_event * event) intel_generic_uncore_msr_disable_event() argument
532 intel_generic_uncore_assign_hw_event(struct perf_event * event,struct intel_uncore_box * box) intel_generic_uncore_assign_hw_event() argument
563 intel_pci_uncore_box_ctl(struct intel_uncore_box * box) intel_pci_uncore_box_ctl() argument
568 intel_generic_uncore_pci_init_box(struct intel_uncore_box * box) intel_generic_uncore_pci_init_box() argument
577 intel_generic_uncore_pci_disable_box(struct intel_uncore_box * box) intel_generic_uncore_pci_disable_box() argument
585 intel_generic_uncore_pci_enable_box(struct intel_uncore_box * box) intel_generic_uncore_pci_enable_box() argument
593 intel_generic_uncore_pci_enable_event(struct intel_uncore_box * box,struct perf_event * event) intel_generic_uncore_pci_enable_event() argument
602 intel_generic_uncore_pci_disable_event(struct intel_uncore_box * box,struct perf_event * event) intel_generic_uncore_pci_disable_event() argument
611 intel_generic_uncore_pci_read_counter(struct intel_uncore_box * box,struct perf_event * event) intel_generic_uncore_pci_read_counter() argument
635 intel_generic_uncore_mmio_init_box(struct intel_uncore_box * box) intel_generic_uncore_mmio_init_box() argument
665 intel_generic_uncore_mmio_disable_box(struct intel_uncore_box * box) intel_generic_uncore_mmio_disable_box() argument
673 intel_generic_uncore_mmio_enable_box(struct intel_uncore_box * box) intel_generic_uncore_mmio_enable_box() argument
681 intel_generic_uncore_mmio_enable_event(struct intel_uncore_box * box,struct perf_event * event) intel_generic_uncore_mmio_enable_event() argument
692 intel_generic_uncore_mmio_disable_event(struct intel_uncore_box * box,struct perf_event * event) intel_generic_uncore_mmio_disable_event() argument
[all...]
H A Duncore.c182 iounmap(box->io_addr); in uncore_get_constraint() argument
151 uncore_msr_read_counter(struct intel_uncore_box * box,struct perf_event * event) uncore_msr_read_counter() argument
160 uncore_mmio_exit_box(struct intel_uncore_box * box) uncore_mmio_exit_box() argument
166 uncore_mmio_read_counter(struct intel_uncore_box * box,struct perf_event * event) uncore_mmio_read_counter() argument
219 uncore_put_constraint(struct intel_uncore_box * box,struct perf_event * event) uncore_put_constraint() argument
240 uncore_shared_reg_config(struct intel_uncore_box * box,int idx) uncore_shared_reg_config() argument
255 uncore_assign_hw_event(struct intel_uncore_box * box,struct perf_event * event,int idx) uncore_assign_hw_event() argument
276 uncore_perf_event_update(struct intel_uncore_box * box,struct perf_event * event) uncore_perf_event_update() argument
308 struct intel_uncore_box *box; uncore_pmu_hrtimer() local
331 uncore_pmu_start_hrtimer(struct intel_uncore_box * box) uncore_pmu_start_hrtimer() argument
337 uncore_pmu_cancel_hrtimer(struct intel_uncore_box * box) uncore_pmu_cancel_hrtimer() argument
342 uncore_pmu_init_hrtimer(struct intel_uncore_box * box) uncore_pmu_init_hrtimer() argument
351 struct intel_uncore_box *box; uncore_alloc_box() local
380 is_box_event(struct intel_uncore_box * box,struct perf_event * event) is_box_event() argument
386 uncore_collect_events(struct intel_uncore_box * box,struct perf_event * leader,bool dogrp) uncore_collect_events() argument
424 uncore_get_event_constraint(struct intel_uncore_box * box,struct perf_event * event) uncore_get_event_constraint() argument
448 uncore_put_event_constraint(struct intel_uncore_box * box,struct perf_event * event) uncore_put_event_constraint() argument
455 uncore_assign_events(struct intel_uncore_box * box,int assign[],int n) uncore_assign_events() argument
506 struct intel_uncore_box *box = uncore_event_to_box(event); uncore_pmu_event_start() local
544 struct intel_uncore_box *box = uncore_event_to_box(event); uncore_pmu_event_stop() local
579 struct intel_uncore_box *box = uncore_event_to_box(event); uncore_pmu_event_add() local
651 struct intel_uncore_box *box = uncore_event_to_box(event); uncore_pmu_event_del() local
682 struct intel_uncore_box *box = uncore_event_to_box(event); uncore_pmu_event_read() local
732 struct intel_uncore_box *box; uncore_pmu_event_init() local
813 struct intel_uncore_box *box; uncore_pmu_enable() local
828 struct intel_uncore_box *box; uncore_pmu_disable() local
1144 struct intel_uncore_box *box; uncore_pci_pmu_register() local
1230 struct intel_uncore_box *box = pmu->boxes[die]; uncore_pci_pmu_unregister() local
1241 struct intel_uncore_box *box; uncore_pci_remove() local
1459 struct intel_uncore_box *box; uncore_change_type_ctx() local
1503 struct intel_uncore_box *box; uncore_box_unref() local
1548 struct intel_uncore_box *box, *tmp; allocate_boxes() local
1589 struct intel_uncore_box *box; uncore_box_ref() local
[all...]
H A Duncore_snbep.c578 static void snbep_uncore_pci_disable_box(struct intel_uncore_box *box) in snbep_uncore_pci_disable_box() argument
590 static void snbep_uncore_pci_enable_box(struct intel_uncore_box *box) in snbep_uncore_pci_enable_box() argument
602 static void snbep_uncore_pci_enable_event(struct intel_uncore_box *box, struct perf_event *event) in snbep_uncore_pci_enable_event() argument
610 static void snbep_uncore_pci_disable_event(struct intel_uncore_box *box, struct perf_event *event) in snbep_uncore_pci_disable_event() argument
618 snbep_uncore_pci_read_counter(struct intel_uncore_box * box,struct perf_event * event) snbep_uncore_pci_read_counter() argument
630 snbep_uncore_pci_init_box(struct intel_uncore_box * box) snbep_uncore_pci_init_box() argument
638 snbep_uncore_msr_disable_box(struct intel_uncore_box * box) snbep_uncore_msr_disable_box() argument
651 snbep_uncore_msr_enable_box(struct intel_uncore_box * box) snbep_uncore_msr_enable_box() argument
664 snbep_uncore_msr_enable_event(struct intel_uncore_box * box,struct perf_event * event) snbep_uncore_msr_enable_event() argument
675 snbep_uncore_msr_disable_event(struct intel_uncore_box * box,struct perf_event * event) snbep_uncore_msr_disable_event() argument
683 snbep_uncore_msr_init_box(struct intel_uncore_box * box) snbep_uncore_msr_init_box() argument
917 snbep_cbox_put_constraint(struct intel_uncore_box * box,struct perf_event * event) snbep_cbox_put_constraint() argument
934 __snbep_cbox_get_constraint(struct intel_uncore_box * box,struct perf_event * event,u64 (* cbox_filter_mask)(int fields)) __snbep_cbox_get_constraint() argument
997 snbep_cbox_get_constraint(struct intel_uncore_box * box,struct perf_event * event) snbep_cbox_get_constraint() argument
1002 snbep_cbox_hw_config(struct intel_uncore_box * box,struct perf_event * event) snbep_cbox_hw_config() argument
1066 snbep_pcu_get_constraint(struct intel_uncore_box * box,struct perf_event * event) snbep_pcu_get_constraint() argument
1107 snbep_pcu_put_constraint(struct intel_uncore_box * box,struct perf_event * event) snbep_pcu_put_constraint() argument
1119 snbep_pcu_hw_config(struct intel_uncore_box * box,struct perf_event * event) snbep_pcu_hw_config() argument
1174 snbep_qpi_hw_config(struct intel_uncore_box * box,struct perf_event * event) snbep_qpi_hw_config() argument
1190 snbep_qpi_enable_event(struct intel_uncore_box * box,struct perf_event * event) snbep_qpi_enable_event() argument
1510 ivbep_uncore_msr_init_box(struct intel_uncore_box * box) ivbep_uncore_msr_init_box() argument
1517 ivbep_uncore_pci_init_box(struct intel_uncore_box * box) ivbep_uncore_pci_init_box() argument
1732 ivbep_cbox_get_constraint(struct intel_uncore_box * box,struct perf_event * event) ivbep_cbox_get_constraint() argument
1737 ivbep_cbox_hw_config(struct intel_uncore_box * box,struct perf_event * event) ivbep_cbox_hw_config() argument
1758 ivbep_cbox_enable_event(struct intel_uncore_box * box,struct perf_event * event) ivbep_cbox_enable_event() argument
1859 ivbep_uncore_irp_enable_event(struct intel_uncore_box * box,struct perf_event * event) ivbep_uncore_irp_enable_event() argument
1868 ivbep_uncore_irp_disable_event(struct intel_uncore_box * box,struct perf_event * event) ivbep_uncore_irp_disable_event() argument
1876 ivbep_uncore_irp_read_counter(struct intel_uncore_box * box,struct perf_event * event) ivbep_uncore_irp_read_counter() argument
2159 knl_cha_get_constraint(struct intel_uncore_box * box,struct perf_event * event) knl_cha_get_constraint() argument
2164 knl_cha_hw_config(struct intel_uncore_box * box,struct perf_event * event) knl_cha_hw_config() argument
2264 knl_uncore_imc_enable_box(struct intel_uncore_box * box) knl_uncore_imc_enable_box() argument
2272 knl_uncore_imc_enable_event(struct intel_uncore_box * box,struct perf_event * event) knl_uncore_imc_enable_event() argument
2587 hswep_ubox_hw_config(struct intel_uncore_box * box,struct perf_event * event) hswep_ubox_hw_config() argument
2715 hswep_cbox_get_constraint(struct intel_uncore_box * box,struct perf_event * event) hswep_cbox_get_constraint() argument
2720 hswep_cbox_hw_config(struct intel_uncore_box * box,struct perf_event * event) hswep_cbox_hw_config() argument
2741 hswep_cbox_enable_event(struct intel_uncore_box * box,struct perf_event * event) hswep_cbox_enable_event() argument
2787 hswep_uncore_sbox_msr_init_box(struct intel_uncore_box * box) hswep_uncore_sbox_msr_init_box() argument
2837 hswep_pcu_hw_config(struct intel_uncore_box * box,struct perf_event * event) hswep_pcu_hw_config() argument
2945 hswep_uncore_irp_read_counter(struct intel_uncore_box * box,struct perf_event * event) hswep_uncore_irp_read_counter() argument
3553 skx_cha_get_constraint(struct intel_uncore_box * box,struct perf_event * event) skx_cha_get_constraint() argument
3558 skx_cha_hw_config(struct intel_uncore_box * box,struct perf_event * event) skx_cha_hw_config() argument
3636 skx_iio_enable_event(struct intel_uncore_box * box,struct perf_event * event) skx_iio_enable_event() argument
4177 skx_upi_uncore_pci_init_box(struct intel_uncore_box * box) skx_upi_uncore_pci_init_box() argument
4338 skx_m2m_uncore_pci_init_box(struct intel_uncore_box * box) skx_m2m_uncore_pci_init_box() argument
4554 snr_cha_hw_config(struct intel_uncore_box * box,struct perf_event * event) snr_cha_hw_config() argument
4566 snr_cha_enable_event(struct intel_uncore_box * box,struct perf_event * event) snr_cha_enable_event() argument
4757 snr_pcu_hw_config(struct intel_uncore_box * box,struct perf_event * event) snr_pcu_hw_config() argument
4846 snr_m2m_uncore_pci_init_box(struct intel_uncore_box * box) snr_m2m_uncore_pci_init_box() argument
4892 snr_uncore_pci_enable_event(struct intel_uncore_box * box,struct perf_event * event) snr_uncore_pci_enable_event() argument
4994 snr_uncore_mmio_map(struct intel_uncore_box * box,unsigned int box_ctl,int mem_offset,unsigned int device) snr_uncore_mmio_map() argument
5025 __snr_uncore_mmio_init_box(struct intel_uncore_box * box,unsigned int box_ctl,int mem_offset,unsigned int device) __snr_uncore_mmio_init_box() argument
5033 snr_uncore_mmio_init_box(struct intel_uncore_box * box) snr_uncore_mmio_init_box() argument
5040 snr_uncore_mmio_disable_box(struct intel_uncore_box * box) snr_uncore_mmio_disable_box() argument
5052 snr_uncore_mmio_enable_box(struct intel_uncore_box * box) snr_uncore_mmio_enable_box() argument
5064 snr_uncore_mmio_enable_event(struct intel_uncore_box * box,struct perf_event * event) snr_uncore_mmio_enable_event() argument
5079 snr_uncore_mmio_disable_event(struct intel_uncore_box * box,struct perf_event * event) snr_uncore_mmio_disable_event() argument
5195 icx_cha_hw_config(struct intel_uncore_box * box,struct perf_event * event) icx_cha_hw_config() argument
5652 icx_uncore_imc_init_box(struct intel_uncore_box * box) icx_uncore_imc_init_box() argument
5716 icx_uncore_imc_freerunning_init_box(struct intel_uncore_box * box) icx_uncore_imc_freerunning_init_box() argument
5759 spr_uncore_msr_enable_event(struct intel_uncore_box * box,struct perf_event * event) spr_uncore_msr_enable_event() argument
5771 spr_uncore_msr_disable_event(struct intel_uncore_box * box,struct perf_event * event) spr_uncore_msr_disable_event() argument
5783 spr_cha_hw_config(struct intel_uncore_box * box,struct perf_event * event) spr_cha_hw_config() argument
5910 spr_uncore_mmio_enable_event(struct intel_uncore_box * box,struct perf_event * event) spr_uncore_mmio_enable_event() argument
5958 spr_uncore_pci_enable_event(struct intel_uncore_box * box,struct perf_event * event) spr_uncore_pci_enable_event() argument
6018 spr_uncore_mmio_offs8_init_box(struct intel_uncore_box * box) spr_uncore_mmio_offs8_init_box() argument
6202 spr_uncore_imc_freerunning_init_box(struct intel_uncore_box * box) spr_uncore_imc_freerunning_init_box() argument
6896 dmr_uncore_freerunning_init_box(struct intel_uncore_box * box) dmr_uncore_freerunning_init_box() argument
[all...]
/linux/sound/pci/ice1712/
H 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()
116 static void snd_ice1712_stdsp24_box_midi(struct snd_ice1712 *ice, int box, int master) in snd_ice1712_stdsp24_box_midi()
154 int box, chn; in hoontech_init() local
/linux/scripts/kconfig/lxdialog/
H A Dtextbox.c133 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box()
157 WINDOW *dialog, *box; in dialog_textbox() local
H A Dutil.c437 chtype box, chtype border) in draw_box()
/linux/arch/mips/include/asm/mach-loongson64/
H 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/
H A Dvmwgfx_surface.c1771 SVGA3dBox *box = &dirty->boxes[loc_start->sub_resource]; in vmw_subres_dirty_add() local
1819 SVGA3dBox *box = &dirty->boxes[subres]; in vmw_subres_dirty_full() local
1891 SVGA3dBox *box = &dirty->boxes[0]; in vmw_surface_buf_dirty_range_add() local
1945 const SVGA3dBox *box = &dirty->boxes[i]; in vmw_surface_dirty_sync() local
1963 const SVGA3dBox *box = &dirty->boxes[i]; in vmw_surface_dirty_sync() local
H A Dvmwgfx_stdu.c1205 SVGA3dBox *box = &cmd_img->body.box; vmw_stdu_bo_populate_update_cpu() local
1316 struct SVGA3dCopyBox *box = cmd; vmw_stdu_surface_populate_clip() local
[all...]
H A Dvmwgfx_cursor_plane.c325 SVGA3dCopyBox *box; in vmw_kms_cursor_snoop() local
[all...]
/linux/include/uapi/drm/
H A Dvirtgpu_drm.h144 struct drm_virtgpu_3d_box box; global() member
153 struct drm_virtgpu_3d_box box; global() member
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c1186 struct drm_virtgpu_3d_box *box, in virtio_gpu_cmd_transfer_to_host_3d()
1221 struct drm_virtgpu_3d_box *box, in virtio_gpu_cmd_transfer_from_host_3d()
/linux/drivers/net/wireless/realtek/rtw88/
H A Dfw.c396 u8 box_state, box; rtw_fw_send_h2c_command_register() local
448 u8 box; rtw_fw_send_h2c_command() local
[all...]
/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h463 SVGA3dCopyBox box; member
1255 SVGA3dBox box; member
1280 SVGA3dBox box; member
1300 SVGA3dBox box; member
H A Dsvga3d_dx.h587 SVGA3dCopyBox box; member
597 SVGA3dCopyBox box; member
724 SVGA3dBox box; member
787 SVGA3dCopyBox box; member
/linux/include/uapi/linux/
H A Dvirtio_gpu.h256 struct virtio_gpu_box box; global() member
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1219 #define IOCSR_MBUF_SEND_BOX_LO(box) (box << 1) argument
1220 #define IOCSR_MBUF_SEND_BOX_HI(box) ((box << 1) + 1) argument
/linux/drivers/scsi/
H A Dhpsa.c809 u8 box; in path_info_show() local
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi.h1154 u8 box[8]; member