/linux-6.1.9/security/keys/trusted-keys/ |
D | trusted_tpm1.c | 178 uint32_t ordinal; in TSS_checkhmac1() local 196 ordinal = command; in TSS_checkhmac1() 218 ret = crypto_shash_update(&sdesc->shash, (const u8 *)&ordinal, in TSS_checkhmac1() 219 sizeof ordinal); in TSS_checkhmac1() 265 uint32_t ordinal; in TSS_checkhmac2() local 284 ordinal = command; in TSS_checkhmac2() 311 ret = crypto_shash_update(&sdesc->shash, (const u8 *)&ordinal, in TSS_checkhmac2() 312 sizeof ordinal); in TSS_checkhmac2() 467 uint32_t ordinal; in tpm_seal() local 503 ordinal = htonl(TPM_ORD_SEAL); in tpm_seal() [all …]
|
/linux-6.1.9/drivers/char/tpm/ |
D | tpm-interface.c | 52 unsigned long tpm_calc_ordinal_duration(struct tpm_chip *chip, u32 ordinal) in tpm_calc_ordinal_duration() argument 55 return tpm2_calc_ordinal_duration(chip, ordinal); in tpm_calc_ordinal_duration() 57 return tpm1_calc_ordinal_duration(chip, ordinal); in tpm_calc_ordinal_duration() 66 u32 count, ordinal; in tpm_try_transmit() local 76 ordinal = be32_to_cpu(header->ordinal); in tpm_try_transmit() 105 stop = jiffies + tpm_calc_ordinal_duration(chip, ordinal); in tpm_try_transmit()
|
D | tpm.h | 175 unsigned long tpm1_calc_ordinal_duration(struct tpm_chip *chip, u32 ordinal); 183 unsigned long tpm_calc_ordinal_duration(struct tpm_chip *chip, u32 ordinal); 227 unsigned long tpm2_calc_ordinal_duration(struct tpm_chip *chip, u32 ordinal);
|
D | xen-tpmfront.c | 140 u32 ordinal; in vtpm_send() local 163 ordinal = be32_to_cpu(((struct tpm_header *)buf)->ordinal); in vtpm_send() 164 duration = tpm_calc_ordinal_duration(chip, ordinal); in vtpm_send()
|
D | tpm2-cmd.c | 67 static u8 tpm2_ordinal_duration_index(u32 ordinal) in tpm2_ordinal_duration_index() argument 69 switch (ordinal) { in tpm2_ordinal_duration_index() 128 unsigned long tpm2_calc_ordinal_duration(struct tpm_chip *chip, u32 ordinal) in tpm2_calc_ordinal_duration() argument 132 index = tpm2_ordinal_duration_index(ordinal); in tpm2_calc_ordinal_duration()
|
D | tpm_i2c_nuvoton.c | 357 u32 ordinal; in i2c_nuvoton_send() local 444 ordinal = be32_to_cpu(*((__be32 *) (buf + 6))); in i2c_nuvoton_send() 445 duration = tpm_calc_ordinal_duration(chip, ordinal); in i2c_nuvoton_send()
|
D | tpm1-cmd.c | 291 unsigned long tpm1_calc_ordinal_duration(struct tpm_chip *chip, u32 ordinal) in tpm1_calc_ordinal_duration() argument 300 if (ordinal < TPM_MAX_ORDINAL) in tpm1_calc_ordinal_duration() 301 duration_idx = tpm1_ordinal_duration[ordinal]; in tpm1_calc_ordinal_duration()
|
D | tpm_vtpm_proxy.c | 307 switch (be32_to_cpu(hdr->ordinal)) { in vtpm_proxy_is_driver_command() 312 switch (be32_to_cpu(hdr->ordinal)) { in vtpm_proxy_is_driver_command()
|
D | tpm_tis_core.c | 447 u32 ordinal; in tpm_tis_send_main() local 466 ordinal = be32_to_cpu(*((__be32 *) (buf + 6))); in tpm_tis_send_main() 468 dur = tpm_calc_ordinal_duration(chip, ordinal); in tpm_tis_send_main()
|
/linux-6.1.9/include/linux/ |
D | tpm.h | 291 __be32 ordinal; member 325 static inline void tpm_buf_reset(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_reset() argument 331 head->ordinal = cpu_to_be32(ordinal); in tpm_buf_reset() 334 static inline int tpm_buf_init(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_init() argument 341 tpm_buf_reset(buf, tag, ordinal); in tpm_buf_init()
|
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ethtool.h | 61 int bnxt_find_nvram_item(struct net_device *dev, u16 type, u16 ordinal, 64 int bnxt_find_nvram_item(struct net_device *dev, u16 type, u16 ordinal,
|
D | bnxt_ethtool.c | 2179 int bnxt_find_nvram_item(struct net_device *dev, u16 type, u16 ordinal, 2874 int bnxt_find_nvram_item(struct net_device *dev, u16 type, u16 ordinal, in bnxt_find_nvram_item() argument 2890 req->dir_ordinal = cpu_to_le16(ordinal); in bnxt_find_nvram_item() 3033 u16 type, ext, ordinal, attr; in bnxt_set_eeprom() local 3061 ordinal = eeprom->offset >> 16; in bnxt_set_eeprom() 3064 return bnxt_flash_nvram(dev, type, ordinal, ext, attr, 0, data, in bnxt_set_eeprom()
|
/linux-6.1.9/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 31 def post_suite(self, ordinal) # see "SKIPPING" below 57 The post_suite method will receive the ordinal number of the last 64 The pre_case method will receive the ordinal number of the test
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-firmware-dmi-entries | 30 derived from an entry type's ordinal position. That is 73 instance The instance ordinal of the entry for the 76 position The ordinal position (zero-based) of the entry
|
D | sysfs-firmware-sgi_uv | 57 unique ordinal value (ex. /sys/firmware/sgi_uv/hubs/hub_5) 96 A port object's name is appended by a unique ordinal value
|
/linux-6.1.9/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 305 u32 status, i, size, ordinal; in st33zp24_send() local 364 ordinal = be32_to_cpu(*((__be32 *) (buf + 6))); in st33zp24_send() 367 tpm_calc_ordinal_duration(chip, ordinal), in st33zp24_send()
|
/linux-6.1.9/drivers/platform/x86/ |
D | uv_sysfs.c | 53 static int ordinal_to_nasid(int ordinal) in ordinal_to_nasid() argument 55 if (ordinal < num_cnodes && ordinal >= 0) in ordinal_to_nasid() 56 return UV_PNODE_TO_NASID(uv_blade_to_pnode(ordinal)); in ordinal_to_nasid()
|
/linux-6.1.9/tools/perf/util/ |
D | auxtrace.c | 471 u64 ordinal) in auxtrace_heapify() argument 477 if (heap_array[parent].ordinal <= ordinal) in auxtrace_heapify() 483 heap_array[pos].ordinal = ordinal; in auxtrace_heapify() 487 u64 ordinal) in auxtrace_heap__add() argument 504 auxtrace_heapify(heap->heap_array, heap->heap_cnt++, queue_nr, ordinal); in auxtrace_heap__add() 540 if (heap_array[left].ordinal < heap_array[right].ordinal) { in auxtrace_heap__pop() 551 heap_array[last].ordinal); in auxtrace_heap__pop()
|
D | auxtrace.h | 304 u64 ordinal; member 548 u64 ordinal);
|
D | s390-cpumsf.c | 855 if (sf->heap.heap_array[0].ordinal >= timestamp) in s390_cpumsf_process_queues() 864 ts = sf->heap.heap_array[0].ordinal + 1; in s390_cpumsf_process_queues()
|
D | arm-spe.c | 798 if (spe->heap.heap_array[0].ordinal >= timestamp) in arm_spe_process_queues() 808 ts = spe->heap.heap_array[0].ordinal + 1; in arm_spe_process_queues()
|
/linux-6.1.9/Documentation/powerpc/ |
D | associativity.rst | 35 (domainID index) that represents the 1 based ordinal in the associativity lists.
|
/linux-6.1.9/Documentation/devicetree/bindings/leds/ |
D | common.yaml | 51 needed, differing only with an ordinal number.
|
/linux-6.1.9/Documentation/ABI/stable/ |
D | sysfs-class-tpm | 83 ordinal has been executed successfully in the chip. A '0'
|
/linux-6.1.9/Documentation/leds/ |
D | leds-class.rst | 69 be required for given platform, differing only with an ordinal number.
|