Searched refs:vcaps (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/arch/powerpc/platforms/pseries/ |
| H A D | vas.c | 593 struct vas_caps *vcaps; in get_vas_capabilities() local 597 memset(vcaps, 0, sizeof(*vcaps)); in get_vas_capabilities() 600 vcaps->feat = feat; in get_vas_capabilities() 601 caps = &vcaps->caps; in get_vas_capabilities() 864 caps = &vcaps->caps; in vas_reconfig_capabilties() 891 nr_active_wins = vcaps->nr_open_windows - vcaps->nr_close_wins; in vas_reconfig_capabilties() 995 vcaps = &vascaps[i]; in vas_migration_handler() 996 caps = &vcaps->caps; in vas_migration_handler() 1000 vcaps->feat, in vas_migration_handler() 1016 vcaps->nr_open_windows - vcaps->nr_close_wins); in vas_migration_handler() [all …]
|
| /linux-6.15/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_api.c | 224 const struct vcap_info *vcap = &vctrl->vcaps[vt]; in vcap_verify_keystream_keyset() 315 tgt = vctrl->vcaps[vt].keyfield_set_typegroups; in vcap_find_keystream_typegroup_sw() 348 keyfield_set = vctrl->vcaps[vt].keyfield_set; in vcap_find_keystream_keysets() 401 if (keyset >= vctrl->vcaps[vt].keyfield_set_size) in vcap_keyfields() 403 return vctrl->vcaps[vt].keyfield_set_map[keyset]; in vcap_keyfields() 414 if (keyset >= vctrl->vcaps[vt].keyfield_set_size) in vcap_keyfieldset() 416 kset = &vctrl->vcaps[vt].keyfield_set[keyset]; in vcap_keyfieldset() 441 if (keyset >= vctrl->vcaps[vt].keyfield_set_size) in vcap_keyfield_count() 2330 if (vctrl->vcaps[admin->vtype].rows == 0) in vcap_alloc_rule() 3328 keyfield_set = vctrl->vcaps[vt].keyfield_set; in vcap_rule_get_untyped_keyset() [all …]
|
| H A D | vcap_api_debugfs.c | 270 const struct vcap_info *vcap = &vctrl->vcaps[admin->vtype]; in vcap_show_admin_info() 449 sprintf(name, "raw_%s_%d", vctrl->vcaps[admin->vtype].name, in vcap_debugfs() 458 sprintf(name, "%s_%d", vctrl->vcaps[admin->vtype].name, in vcap_debugfs()
|
| H A D | vcap_api.h | 275 const struct vcap_info *vcaps; /* client supplied vcap models */ member
|
| H A D | vcap_api_debugfs_kunit.c | 237 .vcaps = kunit_test_vcaps,
|
| H A D | vcap_api_kunit.c | 227 .vcaps = kunit_test_vcaps,
|
| /linux-6.15/drivers/net/ethernet/microchip/sparx5/lan969x/ |
| H A D | lan969x.c | 325 .vcaps = lan969x_vcaps,
|
| /linux-6.15/security/ |
| H A D | commoncap.c | 757 struct cpu_vfs_cap_data vcaps; in get_file_caps() local 776 file->f_path.dentry, &vcaps); in get_file_caps() 786 rc = bprm_caps_from_vfs_caps(&vcaps, bprm, effective, has_fcap); in get_file_caps()
|
| /linux-6.15/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_vcap_debugfs.c | 225 vcap = &vctrl->vcaps[admin->vtype]; in lan966x_vcap_port_info()
|
| H A D | lan966x_vcap_impl.c | 719 ctrl->vcaps = lan966x_vcaps; in lan966x_vcap_init()
|
| /linux-6.15/kernel/ |
| H A D | auditsc.c | 2797 struct cpu_vfs_cap_data vcaps; in __audit_log_bprm_fcaps() local 2808 bprm->file->f_path.dentry, &vcaps); in __audit_log_bprm_fcaps() 2810 ax->fcap.permitted = vcaps.permitted; in __audit_log_bprm_fcaps() 2811 ax->fcap.inheritable = vcaps.inheritable; in __audit_log_bprm_fcaps() 2812 ax->fcap.fE = !!(vcaps.magic_etc & VFS_CAP_FLAGS_EFFECTIVE); in __audit_log_bprm_fcaps() 2813 ax->fcap.rootid = vcaps.rootid; in __audit_log_bprm_fcaps() 2814 ax->fcap_ver = (vcaps.magic_etc & VFS_CAP_REVISION_MASK) >> VFS_CAP_REVISION_SHIFT; in __audit_log_bprm_fcaps()
|
| /linux-6.15/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_vcap_debugfs.c | 449 vcap = &vctrl->vcaps[admin->vtype]; in sparx5_port_info()
|
| H A D | sparx5_main.h | 324 const struct vcap_info *vcaps; member
|
| H A D | sparx5_vcap_impl.c | 2056 ctrl->vcaps = consts->vcaps; in sparx5_vcap_init()
|
| H A D | sparx5_main.c | 1081 .vcaps = sparx5_vcaps,
|