Searched refs:fpsize (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/lib/ |
| H A D | of_live.c | 44 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 D | sparc.c | 1461 #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 D | efi_device_path.c | 816 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()
|