Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dmem_encrypt.h53 #define __bss_decrypted __attribute__((__section__(".bss..decrypted"))) macro
80 #define __bss_decrypted macro
/Linux-v5.4/arch/x86/kernel/
Dkvmclock.c52 hv_clock_boot[HVC_BOOT_ARRAY_SIZE] __bss_decrypted __aligned(PAGE_SIZE);
53 static struct pvclock_wall_clock wall_clock __bss_decrypted; variable