Lines Matching defs:fgt
441 unsigned long fgt:TC_FGT_BITS; /* Fine Grained Trap id */
968 .fgt = g ## _GROUP, \
1681 const struct encoding_to_trap_config *fgt = &encoding_to_fgt[i];
1684 if (fgt->tc.fgt >= __NR_FGT_GROUP_IDS__) {
1686 print_nv_trap_error(fgt, "Invalid FGT", ret);
1689 tc = get_trap_config(fgt->encoding);
1691 if (tc.fgt) {
1693 print_nv_trap_error(fgt, "Duplicate FGT", ret);
1696 tc.val |= fgt->tc.val;
1697 xa_store(&sr_forward_xa, fgt->encoding,
1813 switch ((enum fgt_group_id)tc.fgt) {
1843 tc.fgt = __NO_FGT_GROUP__;
1853 if (tc.fgt != __NO_FGT_GROUP__ && check_fgt_bit(val, tc))