Searched refs:mem_tmp (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/pci/hotplug/ |
H A D | ibmphp_pci.c | 438 mem_tmp = kzalloc(sizeof(*mem_tmp), GFP_KERNEL); in configure_device() 439 if (!mem_tmp) { in configure_device() 443 mem_tmp->type = MEM; in configure_device() 459 kfree(mem_tmp); in configure_device() 698 mem_tmp = kzalloc(sizeof(*mem_tmp), GFP_KERNEL); in configure_bridge() 699 if (!mem_tmp) { in configure_bridge() 716 kfree(mem_tmp); in configure_bridge() 864 mem_tmp = kzalloc(sizeof(*mem_tmp), GFP_KERNEL); in configure_bridge() 865 if (!mem_tmp) { in configure_bridge() 869 mem_tmp->type = MEM; in configure_bridge() [all …]
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aria-aesni-avx-asm_64.S | 258 mem_tmp, idx) \ argument 439 mem_tmp, 0); \ 453 mem_tmp, 8); \ 472 mem_tmp, 0); 494 mem_tmp, 0); \ 508 mem_tmp, 8); \ 527 mem_tmp, 0); 562 mem_tmp, 8); 622 mem_tmp, 0); 681 mem_tmp, 0); [all …]
|
H A D | aria-aesni-avx2-asm_64.S | 274 mem_tmp, idx) \ argument 479 mem_tmp, 0); \ 493 mem_tmp, 8); \ 512 mem_tmp, 0); 533 mem_tmp, 0); \ 547 mem_tmp, 8); \ 566 mem_tmp, 0); 600 mem_tmp, 8); 658 mem_tmp, 0); 716 mem_tmp, 0); [all …]
|
H A D | aria-gfni-avx512-asm_64.S | 246 mem_tmp, idx) \ argument 247 vmovdqu64 x0, ((idx + 0) * 64)(mem_tmp); \ 248 vmovdqu64 x1, ((idx + 1) * 64)(mem_tmp); \ 249 vmovdqu64 x2, ((idx + 2) * 64)(mem_tmp); \ 250 vmovdqu64 x3, ((idx + 3) * 64)(mem_tmp); \ 254 vmovdqu64 x7, ((idx + 7) * 64)(mem_tmp); 258 mem_tmp, idx) \ argument 266 vmovdqu64 ((idx + 7) * 64)(mem_tmp), x7; 427 mem_tmp, rk, round) \ argument 467 mem_tmp, rk, round) \ argument [all …]
|