Home
last modified time | relevance | path

Searched refs:subset (Results 1 – 11 of 11) sorted by relevance

/arch/arm64/kernel/
A Dcompat_alignment.c203 static const u32 subset[4] = { in thumb2arm() local
209 return subset[(L<<1) | ((tinstr & (1<<8)) >> 8)] | in thumb2arm()
252 const u32 subset[2] = { in do_alignment_t32_to_handler() local
256 *pinstr = subset[L] | (1<<RD_BITS(instr)); in do_alignment_t32_to_handler()
/arch/arm/mm/
A Dalignment.c638 static const u32 subset[8] = { in thumb2arm() local
648 return subset[(tinstr & (7<<9)) >> 9] | in thumb2arm()
688 static const u32 subset[4] = { in thumb2arm() local
694 return subset[(L<<1) | ((tinstr & (1<<8)) >> 8)] | in thumb2arm()
737 const u32 subset[2] = { in do_alignment_t32_to_handler() local
741 *pinstr = subset[L] | (1<<RD_BITS(instr)); in do_alignment_t32_to_handler()
/arch/mips/txx9/
A DKconfig26 # TX4937 is subset of TX4938
/arch/arm/boot/dts/ti/omap/
A Domap36xx.dtsi194 * Note that the sysconfig register layout is a subset of the
/arch/m68k/q40/
A DREADME100 q40 master chip handles only a subset of level triggered interrupts.
/arch/x86/kvm/
A DKconfig196 to expose a subset of the paravirtualized interfaces defined in the
/arch/powerpc/boot/dts/
A Dturris1x.dts476 * channel 1 (but only USB 2.0 subset) to USB 2.0 pins on mPCIe
/arch/arm64/boot/dts/qcom/
A Dsm8350-sony-xperia-sagami.dtsi480 /* Some subset of SONY IMX663 camera sensor @ 38 */
/arch/m68k/
A DKconfig.cpu14 to stand alone CPUs. They implement a subset of the original 68000
/arch/x86/kvm/vmx/
A Dnested.c1263 static bool is_bitwise_subset(u64 superset, u64 subset, u64 mask) in is_bitwise_subset() argument
1266 subset &= mask; in is_bitwise_subset()
1268 return (superset | subset) == superset; in is_bitwise_subset()
/arch/arm64/
A DKconfig2279 execution state which utilises a substantial subset of the SVE

Completed in 44 milliseconds