/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | chp.c | 160 void *area; in chp_measurement_copy_block() local 165 area = css->cub_addr1; in chp_measurement_copy_block() 168 area = css->cub_addr2; in chp_measurement_copy_block() 171 entry = area + (idx * sizeof(struct cmg_entry)); in chp_measurement_copy_block()
|
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/ |
H A D | rdb_store_level_test.cpp | 102 config_EL1.area = Rdb_SecurityArea::RDB_SECURITY_AREA_EL1;
in InitRdbConfig_EL1() 114 config_EL2.area = Rdb_SecurityArea::RDB_SECURITY_AREA_EL2;
in InitRdbConfig_EL2() 126 config_EL3.area = Rdb_SecurityArea::RDB_SECURITY_AREA_EL3;
in InitRdbConfig_EL3() 138 config_EL4.area = Rdb_SecurityArea::RDB_SECURITY_AREA_EL4;
in InitRdbConfig_EL4()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Texture.h | 385 const Box &area, 402 const Box &area, 656 const Box &area) const; 659 const Box &area);
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
H A D | single_kvstore_client_test.cpp | 59 options.area = EL1; in SetUpTestCase() 409 options.area = EL1; in HWTEST_F() 1071 options.area = EL1; in HWTEST_F() 1100 options.area = EL1; in HWTEST_F() 1132 options.area = EL1; in HWTEST_F() 1212 options.area = EL1; in HWTEST_F() 1243 options.area = EL1; in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | stifb.c | 1037 stifb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in stifb_copyarea() argument 1059 WRITE_WORD(((area->sx << 16) | area->sy), fb, REG_24); in stifb_copyarea() 1060 WRITE_WORD(((area->width << 16) | area->height), fb, REG_7); in stifb_copyarea() 1061 WRITE_WORD(((area->dx << 16) | area->dy), fb, REG_25); in stifb_copyarea()
|
H A D | sstfb.c | 772 static void sstfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) 784 sst_write(BLTSRCXY, area->sx | (area->sy << 16)); 785 sst_write(BLTDSTXY, area->dx | (area->dy << 16)); 786 sst_write(BLTSIZE, area->width | (area->height << 16)); 1369 printk(KERN_ERR "sstfb: cannot remap register area %#lx\n", in sstfb_probe()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | stifb.c | 1037 stifb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in stifb_copyarea() argument 1059 WRITE_WORD(((area->sx << 16) | area->sy), fb, REG_24); in stifb_copyarea() 1060 WRITE_WORD(((area->width << 16) | area->height), fb, REG_7); in stifb_copyarea() 1061 WRITE_WORD(((area->dx << 16) | area->dy), fb, REG_25); in stifb_copyarea()
|
H A D | sstfb.c | 773 static void sstfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) 785 sst_write(BLTSRCXY, area->sx | (area->sy << 16)); 786 sst_write(BLTDSTXY, area->dx | (area->dy << 16)); 787 sst_write(BLTSIZE, area->width | (area->height << 16)); 1372 printk(KERN_ERR "sstfb: cannot remap register area %#lx\n", in sstfb_probe()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_iocb.c | 1683 cmd_pkt->port_id[1] = sp->fcport->d_id.b.area; in qla24xx_start_scsi() 1870 /* Fill-in common area */ in qla24xx_dif_start_scsi() 1880 cmd_pkt->port_id[1] = sp->fcport->d_id.b.area; in qla24xx_dif_start_scsi() 2029 cmd_pkt->port_id[1] = sp->fcport->d_id.b.area; in qla2xxx_start_scsi_mq() 2232 /* Fill-in common area */ in qla2xxx_dif_start_scsi_mq() 2242 cmd_pkt->port_id[1] = sp->fcport->d_id.b.area; in qla2xxx_dif_start_scsi_mq() 2423 logio->port_id[1] = sp->fcport->d_id.b.area; in qla24xx_prli_iocb() 2447 logio->port_id[1] = sp->fcport->d_id.b.area; in qla24xx_login_iocb() 2471 mbx->mb3 = cpu_to_le16(sp->fcport->d_id.b.area << 8 | in qla2x00_login_iocb() 2494 logio->port_id[1] = sp->fcport->d_id.b.area; in qla24xx_logout_iocb() [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | fpsp.h | 28 | | FPU fsave area | 45 | offsets refer to the Local Variable area and the fsave area. 62 | Sometimes the exception handler will transform the fsave area 70 | restored from the "local variable" area and can be used as
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | fpsp.h | 28 | | FPU fsave area | 45 | offsets refer to the Local Variable area and the fsave area. 62 | Sometimes the exception handler will transform the fsave area 70 | restored from the "local variable" area and can be used as
|
/kernel/linux/linux-5.10/drivers/s390/scsi/ |
H A D | zfcp_dbf.c | 25 "number of pages for each debug feature area (default 4)"); 31 "log level for each debug feature area " 40 void zfcp_dbf_pl_write(struct zfcp_dbf *dbf, void *data, u16 length, char *area, in zfcp_dbf_pl_write() argument 49 memcpy(pl->area, area, ZFCP_DBF_TAG_LEN); in zfcp_dbf_pl_write() 251 memcpy(payload->area, "def_err", 7); in zfcp_dbf_hba_def_err() 495 memcpy(payload->area, paytag, ZFCP_DBF_TAG_LEN); in zfcp_dbf_san() 813 /* debug feature area which records recovery activity */ in zfcp_dbf_adapter_register() 819 /* debug feature area which records HBA (FSF and QDIO) conditions */ in zfcp_dbf_adapter_register() 825 /* debug feature area whic in zfcp_dbf_adapter_register() [all...] |
/kernel/linux/linux-6.6/drivers/vdpa/ifcvf/ |
H A D | ifcvf_main.c | 604 struct vdpa_notification_area area; in ifcvf_get_vq_notification() local 606 area.addr = vf->vring[idx].notify_pa; in ifcvf_get_vq_notification() 608 area.size = PAGE_SIZE; in ifcvf_get_vq_notification() 610 area.size = vf->notify_off_multiplier; in ifcvf_get_vq_notification() 612 return area; in ifcvf_get_vq_notification()
|
/kernel/linux/linux-6.6/drivers/vdpa/pds/ |
H A D | vdpa_dev.c | 261 struct vdpa_notification_area area; in pds_vdpa_get_vq_notification() local 263 area.addr = pdsv->vqs[qid].notify_pa; in pds_vdpa_get_vq_notification() 267 area.size = PDS_PAGE_SIZE; in pds_vdpa_get_vq_notification() 269 area.size = vd_mdev->notify_offset_multiplier; in pds_vdpa_get_vq_notification() 271 return area; in pds_vdpa_get_vq_notification()
|
/kernel/linux/linux-6.6/sound/soc/sof/intel/ |
H A D | hda-stream.c | 129 bdl = (struct sof_intel_dsp_bdl *)hstream->bdl.area; in hda_dsp_stream_setup_bdl() 931 hstream->posbuf = (__le32 *)(bus->posbuf.area + in hda_dsp_stream_init() 951 if (bus->posbuf.area) in hda_dsp_stream_free() 955 if (bus->rb.area) in hda_dsp_stream_free() 962 if (s->bdl.area) in hda_dsp_stream_free()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftoutln.c | 1046 FT_Pos area = 0; in FT_EXPORT_DEF() local 1091 area = ADD_LONG( area, in FT_EXPORT_DEF() 1101 if ( area > 0 ) in FT_EXPORT_DEF() 1103 else if ( area < 0 ) in FT_EXPORT_DEF()
|
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/include/ |
H A D | dlp_kv_data_storage.h | 29 OHOS::DistributedKv::Area area = OHOS::DistributedKv::EL1; member
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/ |
H A D | rasterizer_scanline_antialias.h | 191 * @brief Convert area cover to gamma cover value to calculate alpha. 195 uint32_t CalculateAlpha(int32_t area) const; 198 * And iterate the cell array of the current scan line to obtain area->cover, 199 * Use both to calculate delta area as area cover and convert it into gamma cover
|
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/ |
H A D | js_display_listener.h | 49 void OnAvailableAreaChanged(DMRect area) override;
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/ |
H A D | js_kv_manager.h | 28 int32_t area = DistributedKv::Area::EL1; member
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | js_kv_manager.h | 28 int32_t area = DistributedKv::Area::EL1; member
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | kv_hiview_reporter_mock.cpp | 39 pathArea = static_cast<uint32_t>(options.area); in KVDBCorruptedEvent()
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xive/ |
H A D | xive-internal.h | 64 bool xive_core_init(const struct xive_ops *ops, void __iomem *area, u32 offset,
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | papr-sysparm.c | 12 #include <asm/rtas-work-area.h> 38 * work area, the caller-supplied buffer is copied unmodified into the 39 * work area before calling ibm,get-system-parameter.
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xive/ |
H A D | xive-internal.h | 66 void __iomem *area, u32 offset, u8 max_prio);
|