Lines Matching +full:0 +full:x80000007

21 #define GHCB_DEFAULT_USAGE	0ULL
56 #define CC_BLOB_SEV_HDR_MAGIC 0x45444d41
99 #define RMP_PG_SIZE_4K 0
133 SNP_MSG_TYPE_INVALID = 0,
288 #define SVSM_SUCCESS 0
289 #define SVSM_ERR_INCOMPLETE 0x80000000
290 #define SVSM_ERR_UNSUPPORTED_PROTOCOL 0x80000001
291 #define SVSM_ERR_UNSUPPORTED_CALL 0x80000002
292 #define SVSM_ERR_INVALID_ADDRESS 0x80000003
293 #define SVSM_ERR_INVALID_FORMAT 0x80000004
294 #define SVSM_ERR_INVALID_PARAMETER 0x80000005
295 #define SVSM_ERR_INVALID_REQUEST 0x80000006
296 #define SVSM_ERR_BUSY 0x80000007
297 #define SVSM_PVALIDATE_FAIL_SIZEMISMATCH 0x80001006
377 #define SVSM_CORE_CALL(x) ((0ULL << 32) | (x))
378 #define SVSM_CORE_REMAP_CA 0
384 #define SVSM_ATTEST_SERVICES 0
429 asm volatile(".byte 0xF3,0x0F,0x01,0xFE\n\t" in rmpadjust()
442 asm volatile(".byte 0xF2, 0x0F, 0x01, 0xFF\n\t" in pvalidate()
489 #define snp_vmpl 0
492 static inline int sev_es_setup_ap_jump_table(struct real_mode_header *rmh) { return 0; } in sev_es_setup_ap_jump_table()
494 static inline int sev_es_efi_map_ghcbs(pgd_t *pgd) { return 0; } in sev_es_efi_map_ghcbs()
496 static inline int pvalidate(unsigned long vaddr, bool rmp_psize, bool validate) { return 0; } in pvalidate()
497 static inline int rmpadjust(unsigned long vaddr, bool rmp_psize, unsigned long attrs) { return 0; } in rmpadjust()
514 static inline u64 snp_get_unsupported_features(u64 status) { return 0; } in snp_get_unsupported_features()
515 static inline u64 sev_get_status(void) { return 0; } in sev_get_status()
518 static inline int prepare_pte_enc(struct pte_enc_desc *d) { return 0; } in prepare_pte_enc()