Home
last modified time | relevance | path

Searched refs:hi16 (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/csky/kernel/
Dmodule.c15 #define IS_BSR32(hi16, lo16) (((hi16) & 0xFC00) == 0xE000) argument
16 #define IS_JSRI32(hi16, lo16) ((hi16) == 0xEAE0) argument
/linux-6.1.9/arch/arm64/kernel/
Dcompat_alignment.c40 #define IS_T32(hi16) \ argument
41 (((hi16) & 0xe000) == 0xe000 && ((hi16) & 0x1800))
/linux-6.1.9/arch/powerpc/kernel/
Dreloc_32.S131 bne hi16
139 hi16: label
/linux-6.1.9/arch/arm/mm/
Dalignment.c73 #define IS_T32(hi16) \ argument
74 (((hi16) & 0xe000) == 0xe000 && ((hi16) & 0x1800))