| /openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
| H A D | regs.h | 147 #define R_SP spc.SP.I16_reg.x_reg 148 #define R_BP spc.BP.I16_reg.x_reg 149 #define R_SI spc.SI.I16_reg.x_reg 150 #define R_DI spc.DI.I16_reg.x_reg 151 #define R_IP spc.IP.I16_reg.x_reg 152 #define R_FLG spc.FLAGS 155 #define R_SP spc.SP.I16_reg.x_reg 156 #define R_BP spc.BP.I16_reg.x_reg 157 #define R_SI spc.SI.I16_reg.x_reg 158 #define R_DI spc.DI.I16_reg.x_reg [all …]
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
| H A D | edit_usage_message.patch | 27 "$spc Usage: bastille [ -b | -c | -x ] [ --os <version> ] [ -f <alternate config> ]\n". 28 - "$spc bastille [ -r | --assess | --assessnobowser ]\n\n". 29 + "$spc bastille [ -r | --assess | --assessnobowser ] [ --os <version> ]\n\n". 30 "$spc --assess : check status of system and report in browser\n". 31 "$spc --assessnobrowser : check status of system and list report locations\n". 32 "$spc -b : use a saved config file to apply changes\n".
|
| H A D | API.pm | 199 my $spc =" "; 208 "$spc Usage: bastille [ -b | -c | -x ] [ --os <version> ] [ -f <alternate config> ]\n". 209 "$spc bastille [ -r | --assess | --assessnobowser ]\n\n". 210 "$spc --assess : check status of system and report in browser\n". 211 "$spc --assessnobrowser : check status of system and list report locations\n". 212 "$spc -b : use a saved config file to apply changes\n". 213 "$spc directly to system\n". 214 "$spc -c : use the Curses (non-X11) TUI\n". 215 "$spc -f <alternate config>: populate answers with a different config file\n". 216 "$spc -r : revert all Bastille changes to-date\n". [all …]
|
| H A D | organize_distro_discovery.patch | 22 my $spc =" "; 437 - print STDERR "$spc $distro operating system.\n"; 444 print STDERR "$spc Valid operating system versions are as follows:\n"; 456 "$spc You must use Bastille\'s -n flag (for example:\n" . 457 "$spc bastille -f -n) or \'touch $nodisclaim_file \'\n";
|
| /openbmc/u-boot/drivers/video/ |
| H A D | stb_truetype.h | 521 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int width, int heigh… 532 STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc); 537 STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, unsigned char *fontdata, int font_index… 562 STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, unsigned char *fontdata, int font_inde… 568 STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsign… 590 STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, stbtt_fontinfo *info, stbtt… 591 STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, stbrp_rect *rects, int num_re… 592 STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *spc, stbtt_fontinfo *info, s… 2663 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int s… in stbtt_PackBegin() argument 2675 spc->user_allocator_context = alloc_context; in stbtt_PackBegin() [all …]
|
| /openbmc/qemu/hw/ssi/ |
| H A D | ssi.c | 78 if (s->spc->set_cs) { in ssi_cs_default() 79 s->spc->set_cs(s, cs); in ssi_cs_default() 87 SSIPeripheralClass *ssc = dev->spc; in ssi_transfer_raw_default() 106 s->spc = ssc; in ssi_peripheral_realize() 164 r |= p->spc->transfer_raw(p, val); in ssi_transfer()
|
| /openbmc/qemu/target/hppa/ |
| H A D | cpu.h | 324 uint64_t spc, target_ulong off) in hppa_form_gva_mask() argument 329 return spc | (off & gva_offset_mask); in hppa_form_gva_mask() 333 static inline target_ulong hppa_form_gva(CPUHPPAState *env, uint64_t spc, in hppa_form_gva() argument 336 return hppa_form_gva_mask(env->gva_offset_mask, spc, off); in hppa_form_gva()
|
| H A D | translate.c | 1524 TCGv_i64 spc; in space_select() local 1530 spc = tcg_temp_new_i64(); in space_select() 1531 load_spr(ctx, spc, sp); in space_select() 1532 return spc; in space_select() 1540 spc = tcg_temp_new_i64(); in space_select() 1548 tcg_gen_ld_i64(spc, ptr, offsetof(CPUHPPAState, sr[4])); in space_select() 1550 return spc; in space_select()
|
| /openbmc/qemu/target/sh4/ |
| H A D | gdbstub.c | 66 return gdb_get_regl(mem_buf, env->spc); in superh_cpu_gdb_read_register() 129 env->spc = ldl_p(mem_buf); in superh_cpu_gdb_write_register()
|
| H A D | helper.c | 146 env->spc = env->pc; in superh_cpu_do_interrupt() 153 env->spc -= 2; in superh_cpu_do_interrupt() 173 env->spc += 2; /* special case for TRAPA */ in superh_cpu_do_interrupt()
|
| H A D | cpu.h | 150 uint32_t spc; /* saved program counter */ member
|
| H A D | translate.c | 118 offsetof(CPUSH4State, spc), "SPC"); in sh4_translate_init() 168 env->spc, env->ssr, env->gbr, env->vbr); in superh_cpu_dump_state() 1435 LDST(spc, 0x404e, 0x4047, 0x0042, 0x4043, CHECK_PRIVILEGED) in _decode_opc()
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | lprops.c | 472 int ubifs_calc_dark(const struct ubifs_info *c, int spc) in ubifs_calc_dark() argument 474 ubifs_assert(!(spc & 7)); in ubifs_calc_dark() 476 if (spc < c->dark_wm) in ubifs_calc_dark() 477 return spc; in ubifs_calc_dark() 484 if (spc - c->dark_wm < MIN_WRITE_SZ) in ubifs_calc_dark() 485 return spc - MIN_WRITE_SZ; in ubifs_calc_dark() 1222 int spc = free + dirty; in scan_check_cb() local 1224 if (spc < c->dead_wm) in scan_check_cb() 1225 lst->total_dead += spc; in scan_check_cb() 1227 lst->total_dark += ubifs_calc_dark(c, spc); in scan_check_cb()
|
| H A D | debug.c | 654 int i, spc, dark = 0, dead = 0; in ubifs_dump_lprop() local 658 spc = lp->free + lp->dirty; in ubifs_dump_lprop() 659 if (spc < c->dead_wm) in ubifs_dump_lprop() 660 dead = spc; in ubifs_dump_lprop() 662 dark = ubifs_calc_dark(c, spc); in ubifs_dump_lprop() 666 lp->lnum, lp->free, lp->dirty, c->leb_size - spc, spc, in ubifs_dump_lprop() 670 lp->lnum, lp->free, lp->dirty, c->leb_size - spc, spc, in ubifs_dump_lprop() 671 dark, dead, (int)(spc / UBIFS_MAX_NODE_SZ), lp->flags); in ubifs_dump_lprop()
|
| H A D | ubifs.h | 2346 int ubifs_calc_dark(const struct ubifs_info *c, int spc);
|
| /openbmc/u-boot/cmd/ |
| H A D | efidebug.c | 48 static const char spc[] = " "; variable 79 printf("Device%.*s Device Path\n", EFI_HANDLE_WIDTH - 6, spc); in do_efi_show_devices() 160 EFI_HANDLE_WIDTH - 6, spc); in do_efi_show_drivers() 287 printf("Handle%.*s Protocols\n", EFI_HANDLE_WIDTH - 6, spc); in do_efi_show_handles() 435 EFI_PHYS_ADDR_WIDTH - 5, spc, EFI_PHYS_ADDR_WIDTH - 3, spc); in do_efi_show_memmap()
|
| /openbmc/qemu/include/hw/ssi/ |
| H A D | ssi.h | 63 SSIPeripheralClass *spc; member
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
| H A D | 0001-Add-support-for-mips64-n32-n64.patch | 1029 - uint32_t spc; 1030 + unsigned long spc; 1031 for (spc = lladdr + 4; spc < scaddr; spc += 4) { 1034 int snr = mips_next_pcs(proc, spc, scanpcs);
|
| /openbmc/qemu/pc-bios/keymaps/ |
| H A D | ja | 249 # evdev 57 (0x39), QKeyCode "spc", number 0x39
|
| H A D | mk | 250 # evdev 57 (0x39), QKeyCode "spc", number 0x39
|
| H A D | ar | 296 # evdev 57 (0x39), QKeyCode "spc", number 0x39
|
| H A D | th | 250 # evdev 57 (0x39), QKeyCode "spc", number 0x39
|
| H A D | ru | 251 # evdev 57 (0x39), QKeyCode "spc", number 0x39
|
| H A D | en-us | 250 # evdev 57 (0x39), QKeyCode "spc", number 0x39
|
| H A D | fr-ca | 271 # evdev 57 (0x39), QKeyCode "spc", number 0x39
|