Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Delf_kexec.c342 #define RISCV_CONST_HIGH_PART(x) \ macro
344 #define RISCV_CONST_LOW_PART(x) ((x) - RISCV_CONST_HIGH_PART(x))
364 (ENCODE_UTYPE_IMM(RISCV_CONST_HIGH_PART(x)) | \