Searched refs:loc (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/core/kernel/ |
A D | ubsan.c | 25 struct source_location loc; member 32 struct source_location loc; member 37 struct source_location loc; member 43 struct source_location loc; member 49 struct source_location loc; member 53 struct source_location loc; member 58 struct source_location loc; member 63 struct source_location loc; member 108 f, loc->file_name, loc->line, loc->column); in print_loc() 117 print_loc(__func__, &data->loc); in __ubsan_handle_type_mismatch() [all …]
|
A D | thread.c | 96 #define CANARY_DIED(stack, loc, n, addr) \ argument 98 EMSG_RAW("Dead canary at %s of '%s[%zu]' (%p)", #loc, #stack, \
|
/optee_os-3.20.0/core/drivers/tpm2/ |
A D | tpm2_ptp_fifo.c | 32 uint32_t loc) in tpm2_fifo_wait_valid() argument 40 ret = ops->rx8(chip, TPM2_ACCESS(loc), sizeof(access), &access); in tpm2_fifo_wait_valid() 54 static bool tpm2_fifo_check_locality(struct tpm2_chip *chip, uint32_t loc) in tpm2_fifo_check_locality() argument 60 ret = ops->rx8(chip, TPM2_ACCESS(loc), sizeof(locality), &locality); in tpm2_fifo_check_locality() 78 uint32_t loc) in tpm2_fifo_request_locality() argument 89 if (tpm2_fifo_check_locality(chip, loc)) { in tpm2_fifo_request_locality() 90 chip->locality = loc; in tpm2_fifo_request_locality() 96 ret = ops->tx8(chip, TPM2_ACCESS(loc), sizeof(buf), &buf); in tpm2_fifo_request_locality() 103 if (tpm2_fifo_check_locality(chip, loc)) { in tpm2_fifo_request_locality() 104 chip->locality = loc; in tpm2_fifo_request_locality()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/ |
A D | camellia.c | 179 #define loc(i) ((8-i)*8) in F() macro 181 …D = SP1110[(x >> loc(8)) & 0xFF] ^ SP0222[(x >> loc(5)) & 0xFF] ^ SP3033[(x >> loc(6)) & 0xFF] ^ S… in F() 182 …U = SP1110[(x >> loc(1)) & 0xFF] ^ SP0222[(x >> loc(2)) & 0xFF] ^ SP3033[(x >> loc(3)) & 0xFF] ^ S… in F()
|
Completed in 7 milliseconds