Searched refs:mem_tmp (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/pci/hotplug/
H A Dibmphp_pci.c346 struct resource_node *mem_tmp; local
438 mem_tmp = kzalloc(sizeof(*mem_tmp), GFP_KERNEL);
439 if (!mem_tmp) {
443 mem_tmp->type = MEM;
444 mem_tmp->busno = pfmem[count]->busno;
445 mem_tmp->devfunc = pfmem[count]->devfunc;
446 mem_tmp->len = pfmem[count]->len;
448 if (ibmphp_check_resource(mem_tmp, 0) == 0) {
449 ibmphp_add_resource(mem_tmp);
563 struct resource_node *mem_tmp = NULL; local
[all...]
/linux-master/arch/x86/crypto/
H A Daria-aesni-avx2-asm_64.S262 mem_tmp, idx) \
263 vmovdqu x0, ((idx + 0) * 32)(mem_tmp); \
264 vmovdqu x1, ((idx + 1) * 32)(mem_tmp); \
265 vmovdqu x2, ((idx + 2) * 32)(mem_tmp); \
266 vmovdqu x3, ((idx + 3) * 32)(mem_tmp); \
267 vmovdqu x4, ((idx + 4) * 32)(mem_tmp); \
268 vmovdqu x5, ((idx + 5) * 32)(mem_tmp); \
269 vmovdqu x6, ((idx + 6) * 32)(mem_tmp); \
270 vmovdqu x7, ((idx + 7) * 32)(mem_tmp);
274 mem_tmp, id
[all...]
H A Daria-aesni-avx-asm_64.S246 mem_tmp, idx) \
247 vmovdqu x0, ((idx + 0) * 16)(mem_tmp); \
248 vmovdqu x1, ((idx + 1) * 16)(mem_tmp); \
249 vmovdqu x2, ((idx + 2) * 16)(mem_tmp); \
250 vmovdqu x3, ((idx + 3) * 16)(mem_tmp); \
251 vmovdqu x4, ((idx + 4) * 16)(mem_tmp); \
252 vmovdqu x5, ((idx + 5) * 16)(mem_tmp); \
253 vmovdqu x6, ((idx + 6) * 16)(mem_tmp); \
254 vmovdqu x7, ((idx + 7) * 16)(mem_tmp);
258 mem_tmp, id
[all...]
H A Daria-gfni-avx512-asm_64.S246 mem_tmp, idx) \
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); \
251 vmovdqu64 x4, ((idx + 4) * 64)(mem_tmp); \
252 vmovdqu64 x5, ((idx + 5) * 64)(mem_tmp); \
253 vmovdqu64 x6, ((idx + 6) * 64)(mem_tmp); \
254 vmovdqu64 x7, ((idx + 7) * 64)(mem_tmp);
258 mem_tmp, id
[all...]

Completed in 153 milliseconds