Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pci/hotplug/
Dibmphp_pci.c346 struct resource_node *mem_tmp; in configure_device() local
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()
444 mem_tmp->busno = pfmem[count]->busno; in configure_device()
445 mem_tmp->devfunc = pfmem[count]->devfunc; in configure_device()
446 mem_tmp->len = pfmem[count]->len; in configure_device()
448 if (ibmphp_check_resource(mem_tmp, 0) == 0) { in configure_device()
449 ibmphp_add_resource(mem_tmp); in configure_device()
451 pfmem[count]->rangeno = mem_tmp->rangeno; in configure_device()
[all …]
/Linux-v6.1/arch/x86/crypto/
Daria-aesni-avx-asm_64.S249 mem_tmp, idx) \ argument
250 vmovdqu x0, ((idx + 0) * 16)(mem_tmp); \
251 vmovdqu x1, ((idx + 1) * 16)(mem_tmp); \
252 vmovdqu x2, ((idx + 2) * 16)(mem_tmp); \
253 vmovdqu x3, ((idx + 3) * 16)(mem_tmp); \
254 vmovdqu x4, ((idx + 4) * 16)(mem_tmp); \
255 vmovdqu x5, ((idx + 5) * 16)(mem_tmp); \
256 vmovdqu x6, ((idx + 6) * 16)(mem_tmp); \
257 vmovdqu x7, ((idx + 7) * 16)(mem_tmp);
261 mem_tmp, idx) \ argument
[all …]