Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dcommon.h345 #define MBEDTLS_ASM_AARCH64_PTR_CONSTRAINT "p" macro
348 #define MBEDTLS_ASM_AARCH64_PTR_CONSTRAINT "r" macro
Dconstant_time.c59 asm volatile ("ldr %w0, [%1]" : "=r" (r) : MBEDTLS_ASM_AARCH64_PTR_CONSTRAINT(p) :); in mbedtls_get_unaligned_volatile_uint32()