Searched refs:subset (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/irqchip/
H A Dirq-mvebu-icu.c75 const struct mvebu_icu_subset_data *subset = msi_data->subset_data; local
81 writel_relaxed(msg[0].address_hi, icu->base + subset->offset_set_ah);
82 writel_relaxed(msg[0].address_lo, icu->base + subset->offset_set_al);
84 if (subset->icu_group != ICU_GRP_NSR)
88 writel_relaxed(msg[1].address_hi, icu->base + subset->offset_clr_ah);
89 writel_relaxed(msg[1].address_lo, icu->base + subset->offset_clr_al);
341 .name = "mvebu-icu-subset",
/linux-master/tools/testing/selftests/proc/
H A DMakefile17 TEST_GEN_PROGS += proc-subset-pid
/linux-master/arch/arm64/kernel/
H A Dcompat_alignment.c203 static const u32 subset[4] = { local
209 return subset[(L<<1) | ((tinstr & (1<<8)) >> 8)] |
252 const u32 subset[2] = { local
256 *pinstr = subset[L] | (1<<RD_BITS(instr));
/linux-master/arch/arm/mm/
H A Dalignment.c638 static const u32 subset[8] = { local
648 return subset[(tinstr & (7<<9)) >> 9] |
688 static const u32 subset[4] = { local
694 return subset[(L<<1) | ((tinstr & (1<<8)) >> 8)] |
737 const u32 subset[2] = { local
741 *pinstr = subset[L] | (1<<RD_BITS(instr));
/linux-master/kernel/
H A Dcred.c353 static bool cred_cap_issubset(const struct cred *set, const struct cred *subset) argument
356 const struct user_namespace *subset_ns = subset->user_ns;
359 * the capabilities of subset are a subset of set.
362 return cap_issubset(subset->cap_permitted, set->cap_permitted);
365 * therefore one is a subset of the other only if a set is an
366 * ancestor of subset and set->euid is owner of subset or one
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c1221 static bool is_bitwise_subset(u64 superset, u64 subset, u64 mask) argument
1224 subset &= mask;
1226 return (superset | subset) == superset;

Completed in 106 milliseconds