Home
last modified time | relevance | path

Searched refs:physical (Results 1 – 25 of 208) sorted by relevance

123456789

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dd10vovly.c96 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 Dm32rovly.c96 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 Dovlymgr.c106 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 Dc_ksh.c20 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 DWebAssemblyRegisterInfo.td11 /// physical registers.
37 // classes since we otherwise don't need a physical register in those classes.
H A DWebAssembly.td120 // The physical register names are not in the binary format or asm text
/openbsd/sys/dev/pci/
H A Dagp_sis.c226 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 Dagp_ali.c240 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 Dmmuagp.c391 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 Dagp_i810.c578 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 Dagp_via.c278 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 Dagp_amd.c319 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 Dagp_intel.c427 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 DThreading.inc327 // 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 Dperlreapi.pod280 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 Dbasic-man.out_ascii14 Reducing by more than the current offset starts the next line at the physical
H A Dbasic-mdoc.out_ascii14 Reducing by more than the current offset starts the next line at the physical
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/
H A DDirectX.td39 // The physical register names are not in the binary format or asm text
/openbsd/gnu/llvm/llvm/docs/
H A DCodeGenerator.rst116 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 DResponseGuide.rst59 * 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 Dpsion38 >4 lelong 0x100000AD physical device driver
/openbsd/gnu/llvm/llvm/docs/GlobalISel/
H A DGMIR.rst67 * 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 DNVPTXRegisterInfo.td33 // We use virtual registers, but define a few physical registers here to keep
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-m68hc11.texi240 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 Dc-m68hc11.texi240 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

123456789