| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/ |
| H A D | hwc_cpus.h | 34 #define REG_LIST_IS_EMPTY(reg_list) (!(reg_list) || (reg_list)[0] == REGNO_ANY) argument 36 #define REG_LIST_SINGLE_VALID_ENTRY(reg_list) \ argument 37 (((reg_list) && (reg_list)[1] == REGNO_ANY && \ 38 (reg_list)[0] != REGNO_ANY ) ? (reg_list)[0] : REGNO_ANY)
|
| H A D | hwcfuncs.c | 168 phwcdef->sort_order, phwcdef->reg_list); in ctrdefprint() 654 regno_t *reg_list = pctr->reg_list; in regno_is_valid() local 655 if (REG_LIST_IS_EMPTY (reg_list)) in regno_is_valid() 661 regno_t tmp = reg_list[ii]; in regno_is_valid()
|
| H A D | hwcdrv.c | 71 regno = REG_LIST_SINGLE_VALID_ENTRY (entries[idx]->reg_list); in hwcdrv_assign_all_regnos() 92 regno_t *reg_list = entries[idx]->reg_list; in hwcdrv_assign_all_regnos() local 93 for (; reg_list && *reg_list != REGNO_ANY; reg_list++) in hwcdrv_assign_all_regnos() 95 regno_t regno = *reg_list; in hwcdrv_assign_all_regnos()
|
| H A D | hwctable.c | 2653 get_regnolist (char *buf, size_t sz, const regno_t *reg_list, int style) in get_regnolist() argument 2678 regno_t regno = reg_list[ii]; in get_regnolist() 2702 regno_t regno = reg_list[ii]; in get_regnolist() 2716 if (REG_LIST_IS_EMPTY (reg_list)) in get_regnolist() 2721 else if (REG_LIST_EOL (reg_list[1])) in get_regnolist() 2724 snprintf (buf, sz, "%d", reg_list[0]); in get_regnolist() 2733 regno_t regno = reg_list[ii]; in get_regnolist() 2741 regno_t regno = reg_list[ii]; in get_regnolist() 2792 get_regnolist (buf, sizeof (buf), pentry->reg_list, 0); in hwcentry_print() 2802 regno_t *reg_list; in regno_add() local [all …]
|
| H A D | hwcentry.h | 121 regno_t *reg_list; /* if not NULL, legal values for <reg_num> field above */ member
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/common/ |
| H A D | hwc_cpus.h | 47 #define REG_LIST_IS_EMPTY(reg_list) (!(reg_list) || (reg_list)[0] == REGNO_ANY) argument 49 #define REG_LIST_SINGLE_VALID_ENTRY(reg_list) \ argument 50 (((reg_list) && (reg_list)[1] == REGNO_ANY && \ 51 (reg_list)[0] != REGNO_ANY ) ? (reg_list)[0] : REGNO_ANY)
|
| H A D | hwcfuncs.c | 168 phwcdef->sort_order, phwcdef->reg_list); in ctrdefprint() 646 regno_t *reg_list = pctr->reg_list; in regno_is_valid() local 647 if (REG_LIST_IS_EMPTY (reg_list)) in regno_is_valid() 653 regno_t tmp = reg_list[ii]; in regno_is_valid()
|
| H A D | hwcdrv.c | 71 regno = REG_LIST_SINGLE_VALID_ENTRY (entries[idx]->reg_list); in hwcdrv_assign_all_regnos() 92 regno_t *reg_list = entries[idx]->reg_list; in hwcdrv_assign_all_regnos() local 93 for (; reg_list && *reg_list != REGNO_ANY; reg_list++) in hwcdrv_assign_all_regnos() 95 regno_t regno = *reg_list; in hwcdrv_assign_all_regnos()
|
| H A D | hwctable.c | 2689 get_regnolist (char *buf, size_t sz, const regno_t *reg_list, int style) in get_regnolist() argument 2714 regno_t regno = reg_list[ii]; in get_regnolist() 2738 regno_t regno = reg_list[ii]; in get_regnolist() 2752 if (REG_LIST_IS_EMPTY (reg_list)) in get_regnolist() 2757 else if (REG_LIST_EOL (reg_list[1])) in get_regnolist() 2760 snprintf (buf, sz, "%d", reg_list[0]); in get_regnolist() 2769 regno_t regno = reg_list[ii]; in get_regnolist() 2777 regno_t regno = reg_list[ii]; in get_regnolist() 2828 get_regnolist (buf, sizeof (buf), pentry->reg_list, 0); in hwcentry_print() 2838 regno_t *reg_list; in regno_add() local [all …]
|
| H A D | hwcentry.h | 122 regno_t *reg_list; /* if not NULL, legal values for <reg_num> field above */ member
|
| /netbsd-src/sys/dev/i2c/ |
| H A D | dbcool_var.h | 84 struct reg_list { struct 92 struct reg_list reg; argument 126 struct reg_list *sc_regs[DBCOOL_MAXSENSORS];
|
| H A D | dbcool.c | 1819 struct reg_list *reg; in dbcool_refresh() 1954 struct reg_list *reg = sc->sc_regs[idx]; in dbcool_get_temp_limits() 1992 struct reg_list *reg = sc->sc_regs[idx]; in dbcool_get_volt_limits() 2021 struct reg_list *reg = sc->sc_regs[idx]; in dbcool_get_fan_limits() 2066 struct reg_list *reg = sc->sc_regs[idx]; in dbcool_set_temp_limits() 2126 struct reg_list *reg = sc->sc_regs[idx]; in dbcool_set_volt_limits() 2164 struct reg_list *reg = sc->sc_regs[idx]; in dbcool_set_fan_limits()
|
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | alloc.c | 96 r->next = (char*)alloc->reg_list; in prealloc_blocks() 97 alloc->reg_list = r; in prealloc_blocks() 118 alloc->reg_list = NULL; in alloc_init() 184 r = alloc->reg_list; in alloc_clear() 190 alloc->reg_list = NULL; in alloc_clear() 332 struct regional* r = alloc->reg_list; in alloc_reg_obtain() 333 alloc->reg_list = (struct regional*)r->next; in alloc_reg_obtain() 351 r->next = (char*)alloc->reg_list; in alloc_reg_release() 352 alloc->reg_list = r; in alloc_reg_release()
|
| H A D | alloc.h | 97 struct regional* reg_list; member
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/asm/ |
| H A D | ecp_nistp521-ppc64.pl | 112 my ($pointer, $reg_list) = @_; 117 lxsd $reg_list->[$i],$offset($pointer) 128 my ($pointer, $reg_list) = @_; 133 stxv $reg_list->[$i],$offset($pointer)
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_rlc.h | 138 const u32 *reg_list; member
|
| H A D | amdgpu_rlc.c | 112 src_ptr = adev->gfx.rlc.reg_list; in amdgpu_gfx_rlc_init_sr()
|
| H A D | amdgpu_gfx_v7_0.c | 3318 adev->gfx.rlc.reg_list = spectre_rlc_save_restore_register_list; in gfx_v7_0_rlc_init() 3322 adev->gfx.rlc.reg_list = kalindi_rlc_save_restore_register_list; in gfx_v7_0_rlc_init() 3331 src_ptr = adev->gfx.rlc.reg_list; in gfx_v7_0_rlc_init() 3903 if (adev->gfx.rlc.reg_list) { in gfx_v7_0_init_gfx_cgpg() 3906 WREG32(mmRLC_GPM_SCRATCH_DATA, adev->gfx.rlc.reg_list[i]); in gfx_v7_0_init_gfx_cgpg()
|
| H A D | amdgpu_gfx_v6_0.c | 2388 adev->gfx.rlc.reg_list = verde_rlc_save_restore_register_list; in gfx_v6_0_rlc_init() 2393 src_ptr = adev->gfx.rlc.reg_list; in gfx_v6_0_rlc_init()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | collctrl.cc | 1364 if (_hwc->reg_list != NULL) in hwcentry_dup() 1366 hnew->reg_list = (regno_t*) malloc (sizeof (regno_t*) * MAX_PICS); in hwcentry_dup() 1368 if (hnew->reg_list) in hwcentry_dup() 1372 hnew->reg_list[i] = _hwc->reg_list[i]; in hwcentry_dup() 1373 if (hnew->reg_list[i] == REGNO_ANY) in hwcentry_dup()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | collctrl.cc | 1341 if (_hwc->reg_list != NULL) in hwcentry_dup() 1343 hnew->reg_list = (regno_t*) malloc (sizeof (regno_t*) * MAX_PICS); in hwcentry_dup() 1345 if (hnew->reg_list) in hwcentry_dup() 1349 hnew->reg_list[i] = _hwc->reg_list[i]; in hwcentry_dup() 1350 if (hnew->reg_list[i] == REGNO_ANY) in hwcentry_dup()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
| H A D | radeon_cik.c | 6654 if (rdev->rlc.reg_list) { in cik_init_gfx_cgpg() 6657 WREG32(RLC_GPM_SCRATCH_DATA, rdev->rlc.reg_list[i]); in cik_init_gfx_cgpg() 8391 rdev->rlc.reg_list = spectre_rlc_save_restore_register_list; in cik_startup() 8395 rdev->rlc.reg_list = kalindi_rlc_save_restore_register_list; in cik_startup()
|
| H A D | radeon_ni.c | 2197 rdev->rlc.reg_list = tn_rlc_save_restore_register_list; in cayman_startup()
|
| H A D | radeon_evergreen.c | 4168 src_ptr = rdev->rlc.reg_list; in sumo_rlc_init() 5047 rdev->rlc.reg_list = sumo_rlc_save_restore_register_list; in evergreen_startup()
|
| H A D | radeon.h | 1037 const u32 *reg_list; member
|