Home
last modified time | relevance | path

Searched refs:fpsize (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/lib/
H A Dof_live.c44 unsigned long fpsize, bool dryrun) in unflatten_dt_node() argument
72 if (fpsize == 0) { in unflatten_dt_node()
79 fpsize = 1; in unflatten_dt_node()
88 fpsize += l; in unflatten_dt_node()
89 allocl = fpsize; in unflatten_dt_node()
218 fpsize, dryrun); in unflatten_dt_node()
/openbmc/qemu/disas/
H A Dsparc.c1461 #define fmoviccx(opcode, fpsize, args, cond, flags) /* v9 */ \ argument
1462 { opcode, F3F(2, 0x35, 0x100+fpsize)|MCOND(cond,0), F3F(~2, ~0x35, ~(0x100+fpsize))|MCOND(~cond,~0…
1463 { opcode, F3F(2, 0x35, 0x180+fpsize)|MCOND(cond,0), F3F(~2, ~0x35, ~(0x180+fpsize))|MCOND(~cond,~0…
1465 #define fmovfccx(opcode, fpsize, args, fcond, flags) /* v9 */ \ argument
1466 { opcode, F3F(2, 0x35, 0x000+fpsize)|MCOND(fcond,0), F3F(~2, ~0x35, ~(0x000+fpsize))|MCOND(~fcond,~…
1467 { opcode, F3F(2, 0x35, 0x040+fpsize)|MCOND(fcond,0), F3F(~2, ~0x35, ~(0x040+fpsize))|MCOND(~fcond,~…
1468 { opcode, F3F(2, 0x35, 0x080+fpsize)|MCOND(fcond,0), F3F(~2, ~0x35, ~(0x080+fpsize))|MCOND(~fcond,~…
1469 { opcode, F3F(2, 0x35, 0x0c0+fpsize)|MCOND(fcond,0), F3F(~2, ~0x35, ~(0x0c0+fpsize))|MCOND(~fcond,~…
1472 #define fmovccx(opcode, fpsize, args, cond, fcond, flags) /* v9 */ \ argument
1473 { opcode, F3F(2, 0x35, 0x100+fpsize)|MCOND(cond,0), F3F(~2, ~0x35, ~(0x100+fpsize))|MCOND(~cond,~0…
[all …]
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c816 unsigned dpsize = 0, fpsize; in efi_dp_from_file() local
821 fpsize = sizeof(struct efi_device_path) + 2 * (strlen(path) + 1); in efi_dp_from_file()
822 dpsize += fpsize; in efi_dp_from_file()
835 fp->dp.length = fpsize; in efi_dp_from_file()
837 buf += fpsize; in efi_dp_from_file()
/openbmc/linux/arch/x86/kernel/fpu/
H A Dxstate.c1507 unsigned int fpsize; in fpstate_realloc() local
1510 fpsize = ksize + ALIGN(offsetof(struct fpstate, regs), 64); in fpstate_realloc()
1512 newfps = vzalloc(fpsize); in fpstate_realloc()