/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | d10vovly.c | 96 unsigned long physical; in D10VTranslate() local 120 physical = (0x10L << 24) + off; in D10VTranslate() 140 physical = (0x11L << 24) | off; in D10VTranslate() 145 physical = ((map & 0x7fL) << 17) + (off & 0x1ffffL); in D10VTranslate() 146 if (physical > 0xffffffL) in D10VTranslate() 149 physical |= (0x12L << 24); in D10VTranslate() 156 physical = logical; in D10VTranslate() 162 seg = (physical >> 24); in D10VTranslate() 163 off = (physical & 0xffffffL); in D10VTranslate()
|
H A D | m32rovly.c | 96 unsigned long physical; in D10VTranslate() local 120 physical = (0x10L << 24) + off; in D10VTranslate() 140 physical = (0x11L << 24) | off; in D10VTranslate() 145 physical = ((map & 0x7fL) << 17) + (off & 0x1ffffL); in D10VTranslate() 146 if (physical > 0xffffffL) in D10VTranslate() 149 physical |= (0x12L << 24); in D10VTranslate() 156 physical = logical; in D10VTranslate() 162 seg = (physical >> 24); in D10VTranslate() 163 off = (physical & 0xffffffL); in D10VTranslate()
|
H A D | ovlymgr.c | 106 unsigned long physical; in D10VTranslate() local 130 physical = (0x10L << 24) + off; in D10VTranslate() 150 physical = (0x11L << 24) | off; in D10VTranslate() 155 physical = ((map & 0x7fL) << 17) + (off & 0x1ffffL); in D10VTranslate() 156 if (physical > 0xffffffL) in D10VTranslate() 159 physical |= (0x12L << 24); in D10VTranslate() 166 physical = logical; in D10VTranslate() 172 seg = (physical >> 24); in D10VTranslate() 173 off = (physical & 0xffffffL); in D10VTranslate()
|
/openbsd/bin/ksh/ |
H A D | c_ksh.c | 20 int physical = Flag(FPHYSICAL); in c_cd() local 35 physical = 0; in c_cd() 38 physical = 1; in c_cd() 111 if (physical) in c_cd() 141 if (!physical || !(pwd = get_phys_path(Xstring(xs, xp)))) in c_cd() 167 int physical = Flag(FPHYSICAL); in c_pwd() local 173 physical = 0; in c_pwd() 176 physical = 1; in c_pwd() 187 p = current_wd[0] ? (physical ? get_phys_path(current_wd) : current_wd) : in c_pwd()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegisterInfo.td | 11 /// physical registers. 37 // classes since we otherwise don't need a physical register in those classes.
|
H A D | WebAssembly.td | 120 // The physical register names are not in the binary format or asm text
|
/openbsd/sys/dev/pci/ |
H A D | agp_sis.c | 226 agp_sis_bind_page(void *sc, bus_addr_t offset, paddr_t physical, int flags) in agp_sis_bind_page() argument 231 physical; in agp_sis_bind_page()
|
H A D | agp_ali.c | 240 agp_ali_bind_page(void *sc, bus_addr_t offset, paddr_t physical, int flags) in agp_ali_bind_page() argument 245 physical; in agp_ali_bind_page()
|
H A D | mmuagp.c | 391 mmuagp_bind_page(void *sc, bus_addr_t offset, paddr_t physical, int flags) in mmuagp_bind_page() argument 396 (physical & 0xfffff000) | ((physical >> 28) & 0x00000ff0) | 3; in mmuagp_bind_page()
|
H A D | agp_i810.c | 578 agp_i810_bind_page(void *sc, bus_addr_t offset, paddr_t physical, int flags) in agp_i810_bind_page() argument 587 physical |= INTEL_COHERENT; in agp_i810_bind_page() 589 intagp_write_gtt(isc, offset - isc->isc_apaddr, physical); in agp_i810_bind_page()
|
H A D | agp_via.c | 278 agp_via_bind_page(void *sc, bus_addr_t offset, paddr_t physical, int flags) in agp_via_bind_page() argument 283 physical; in agp_via_bind_page()
|
H A D | agp_amd.c | 319 agp_amd_bind_page(void *sc, bus_size_t offset, paddr_t physical, int flags) in agp_amd_bind_page() argument 324 physical | 1; in agp_amd_bind_page()
|
H A D | agp_intel.c | 427 agp_intel_bind_page(void *sc, bus_addr_t offset, paddr_t physical, int flags) in agp_intel_bind_page() argument 432 physical | 0x17; in agp_intel_bind_page()
|
/openbsd/gnu/llvm/llvm/lib/Support/Unix/ |
H A D | Threading.inc | 327 // On Linux, the number of physical cores can be computed from /proc/cpuinfo, 328 // using the number of unique physical/core id pairs. The following 331 // Enabled represents the number of physical id/core id pairs with at least 361 else if (Name == "physical id") 398 // Gets the number of *physical cores* on the machine.
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlreapi.pod | 280 Pointer to the physical start of the string. 284 Pointer to the character following the physical end of the string (i.e. 660 the distinction between physical and logical capture buffers */ 790 These fields are used to keep track of the number of physical and logical 795 regex engine uses the physical capture buffer ids, but the user exposed 801 These fields facilitate mapping between logical and physical capture 803 contains the lowest physical capture buffer id for the Kth logical 805 contains the logical capture buffer associated with the Kth physical 807 contains the next physical capture buffer with the same logical id, or 0 813 physical so there is no need for this meta-data. [all …]
|
/openbsd/regress/usr.bin/mandoc/roff/ti/ |
H A D | basic-man.out_ascii | 14 Reducing by more than the current offset starts the next line at the physical
|
H A D | basic-mdoc.out_ascii | 14 Reducing by more than the current offset starts the next line at the physical
|
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/ |
H A D | DirectX.td | 39 // The physical register names are not in the binary format or asm text
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | CodeGenerator.rst | 116 makes use of virtual registers in SSA form and physical registers that 277 virtual registers with a physical register in the set. 425 of a physical register when needed. 565 MI bundle support does not change the physical representations of 589 rewritten into physical registers. This eliminates the need to add 1211 each *virtual* register and *register allocatable* physical register 1217 physical register lifetimes within each basic block. If a physical register is 1247 physical registers, so the physical register is assumed to be killed by the end 1294 compatible with a given physical, this code can be used: 1302 "Target register must be physical"); [all …]
|
H A D | ResponseGuide.rst | 59 * If the incident involves physical danger, contact the appropriate law 63 any space (online or physical), any appropriate response (e.g., ban, physical 189 * Request that the reportee avoid any interaction with, and physical proximity
|
/openbsd/usr.bin/file/magdir/ |
H A D | psion | 38 >4 lelong 0x100000AD physical device driver
|
/openbsd/gnu/llvm/llvm/docs/GlobalISel/ |
H A D | GMIR.rst | 67 * instead of physical register, they use a generic virtual register that is 68 either defined by a ``COPY`` from the physical register or used by a ``COPY`` 69 that defines the physical register.
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXRegisterInfo.td | 33 // We use virtual registers, but define a few physical registers here to keep
|
/openbsd/gnu/usr.bin/binutils/gas/doc/ |
H A D | c-m68hc11.texi | 240 the 16-bit physical address corresponding to the symbol. This is intended 242 If the symbol is in a memory expansion part, the physical address 255 This modifier indicates to use the 8-bit high part of the physical 259 This modifier indicates to use the 8-bit low part of the physical
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | c-m68hc11.texi | 240 the 16-bit physical address corresponding to the symbol. This is intended 242 If the symbol is in a memory expansion part, the physical address 255 This modifier indicates to use the 8-bit high part of the physical 259 This modifier indicates to use the 8-bit low part of the physical
|