Home
last modified time | relevance | path

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

/Linux-v6.1/arch/riscv/kernel/
Delf_kexec.c315 #define RISCV_CONST_HIGH_PART(x) \ macro
317 #define RISCV_CONST_LOW_PART(x) ((x) - RISCV_CONST_HIGH_PART(x))
337 (ENCODE_UTYPE_IMM(RISCV_CONST_HIGH_PART(x)) | \