Searched refs:pa (Results 1 - 25 of 1143) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/sbmips/include/
H A Dpmap.h7 #define PMAP_PAGEIDLEZERO(pa) (pmap_zero_page(pa), true)
12 #define PMAP_CCA_FOR_PA(pa) sbmips_cca_for_pa(pa)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D990127-1.c4 int *pa, *pb, *pc; local
11 pa = &a; pb = &b; pc = &c;
12 ppa = &pa; ppb = &pb; ppc = &pc;
16 if( pa == &a ) pa = &b;
17 else pa = &a;
18 while( (*pa)-- ){
20 if( (*pa) < 3 ) break;
21 else pa = &b;
24 pa
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D990127-1.c4 int *pa, *pb, *pc; local
11 pa = &a; pb = &b; pc = &c;
12 ppa = &pa; ppb = &pb; ppc = &pc;
16 if( pa == &a ) pa = &b;
17 else pa = &a;
18 while( (*pa)-- ){
20 if( (*pa) < 3 ) break;
21 else pa = &b;
24 pa
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility9.C16 void f1(A* pa);
20 void B::f1(A* pa) { argument
21 pa->a = 1; // illegal but allowed by gcc// { dg-error "" } .*
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility9.C16 void f1(A* pa);
20 void B::f1(A* pa) { argument
21 pa->a = 1; // illegal but allowed by gcc// { dg-error "" } .*
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/18_support/
H A Dnew_delete_placement.cc29 void* pa = new char[10]; local
32 operator delete[](pa, tmp);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/18_support/
H A Dnew_delete_placement.cc30 void* pa = new char[10]; local
33 operator delete[](pa, tmp);
/netbsd-6-1-5-RELEASE/sys/arch/algor/algor/
H A Dautoconf.c84 #define BUILTIN_ETHERNET_P(pa) \
85 ((pa)->pa_bus == 0 && (pa)->pa_device == 5 && (pa)->pa_function == 0)
87 #define BUILTIN_ETHERNET_P(pa) \
88 ((pa)->pa_bus == 0 && (pa)->pa_device == 0 && (pa)->pa_function == 0)
90 #define BUILTIN_ETHERNET_P(pa) \
91 ((pa)
111 struct pci_attach_args *pa = aux; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/mainbus/
H A Dpioc.c186 struct pioc_attach_args *pa = aux; local
189 if (pa->pa_offset)
190 aprint_normal(" offset 0x%x", pa->pa_offset >> 2);
191 if (pa->pa_iosize > 1)
193 ((pa->pa_offset >> 2) + pa->pa_iosize) - 1);
194 if (pa->pa_irq != -1)
195 aprint_normal(" irq %d", pa->pa_irq);
196 if (pa->pa_drq != -1)
197 aprint_normal(" drq 0x%08x", pa
259 struct pioc_attach_args *pa = aux; local
295 struct pioc_attach_args pa; local
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libprop/
H A Dprop_array.c97 prop_array_t pa = *obj; local
100 _PROP_ASSERT(pa->pa_count <= pa->pa_capacity);
101 _PROP_ASSERT((pa->pa_capacity == 0 && pa->pa_array == NULL) ||
102 (pa->pa_capacity != 0 && pa->pa_array != NULL));
105 if (pa->pa_count == 0) {
106 if (pa->pa_array != NULL)
107 _PROP_FREE(pa
142 prop_array_t pa = obj; local
152 prop_array_t pa = v; local
261 prop_array_t pa; local
291 _prop_array_expand(prop_array_t pa, unsigned int capacity) argument
319 prop_array_t pa = pai->pai_base.pi_obj; local
358 prop_array_t pa = pai->pai_base.pi_obj; local
411 prop_array_t pa; local
441 prop_array_t pa; local
455 prop_array_capacity(prop_array_t pa) argument
474 prop_array_count(prop_array_t pa) argument
495 prop_array_ensure_capacity(prop_array_t pa, unsigned int capacity) argument
513 _prop_array_iterator_locked(prop_array_t pa) argument
538 prop_array_iterator(prop_array_t pa) argument
553 prop_array_make_immutable(prop_array_t pa) argument
567 prop_array_mutable(prop_array_t pa) argument
583 prop_array_get(prop_array_t pa, unsigned int idx) argument
601 _prop_array_add(prop_array_t pa, prop_object_t po) argument
630 prop_array_set(prop_array_t pa, unsigned int idx, prop_object_t po) argument
672 prop_array_add(prop_array_t pa, prop_object_t po) argument
692 prop_array_remove(prop_array_t pa, unsigned int idx) argument
743 prop_array_externalize(prop_array_t pa) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/acorn26/podulebus/
H A Dpodulebus.c66 void podloader_read_region(struct podulebus_attach_args *pa, u_int src,
113 struct podulebus_attach_args pa; local
115 memset(&pa, 0, sizeof(pa));
124 pa.pa_fast_t = sc->sc_ioc.ioc_fast_t;
125 bus_space_subregion(pa.pa_fast_t, sc->sc_ioc.ioc_fast_h,
127 &pa.pa_fast_h);
128 pa.pa_medium_t = sc->sc_ioc.ioc_medium_t;
129 bus_space_subregion(pa.pa_medium_t, sc->sc_ioc.ioc_medium_h,
131 &pa
189 podulebus_read_chunks(struct podulebus_attach_args *pa, int useloader) argument
229 podulebus_get_chunk(struct podulebus_attach_args *pa, int type) argument
257 podulebus_initloader(struct podulebus_attach_args *pa) argument
286 podloader_readbyte(struct podulebus_attach_args *pa, u_int addr) argument
293 podloader_writebyte(struct podulebus_attach_args *pa, u_int addr, int val) argument
300 podloader_reset(struct podulebus_attach_args *pa) argument
307 podloader_callloader(struct podulebus_attach_args *pa, u_int r0, u_int r1) argument
314 podloader_read_region(struct podulebus_attach_args *pa, u_int src, u_int8_t *dest, size_t length) argument
327 struct podulebus_attach_args *pa = aux; local
350 struct podulebus_attach_args *pa = aux; local
373 podulebus_readcmos(struct podulebus_attach_args *pa, u_int8_t *c) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dcacheops_60.h139 DCIAS_60(paddr_t pa) argument
141 register uint8_t *r_pa __asm("%a0") = (void *)pa;
154 #define ICPL_60(pa) ICPL_40(pa)
155 #define ICPP_60(pa) ICPP_40(pa)
156 #define DCPL_60(pa) DCPL_40(pa)
157 #define DCPP_60(pa) DCPP_40(pa)
[all...]
H A Dcacheops.h54 #define DCIAS(pa) DCIAS_20((pa))
68 #define DCIAS(pa) DCIAS_30((pa))
82 #define DCIAS(pa) DCIAS_40((pa))
96 #define DCIAS(pa) DCIAS_60((pa))
112 #define DCIAS(pa) _DCIAS((pa))
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dcache.h105 cache_flush_phys(paddr_t pa, psize_t size, int ecache) argument
108 cache_flush_phys_usiii(pa, size, ecache);
110 cache_flush_phys_us(pa, size, ecache);
149 void smp_dcache_flush_page_cpuset(paddr_t pa, sparc64_cpuset_t);
150 void smp_dcache_flush_page_allcpu(paddr_t pa);
153 #define dcache_flush_page_all(pa) smp_dcache_flush_page_cpuset(pa, cpus_active)
154 #define dcache_flush_page_cpuset(pa,cs) smp_dcache_flush_page_cpuset(pa, cs)
157 #define dcache_flush_page_all(pa) dcache_flush_pag
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x86/pci/
H A Daapic.c31 struct pci_attach_args *pa = aux; local
33 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_AMD &&
34 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_AMD_PCIX8131_APIC)
43 struct pci_attach_args *pa = aux; local
49 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
50 rev = PCI_REVISION(pa->pa_class);
61 reg = pci_conf_read(pa->pa_pc, pa->pa_tag, AMD8131_IOAPIC_CTL);
63 pci_conf_write(pa
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/include/
H A Dtlb.h10 #define ppc4xx_tlbflags(va, pa) (0)
/netbsd-6-1-5-RELEASE/sys/arch/sun3/include/
H A Dpte3x.h99 #define MMU_ROUND_A(pa)\
100 ((unsigned long) (pa) & MMU_TIA_MASK)
101 #define MMU_ROUND_UP_A(pa)\
102 ((unsigned long) (pa + MMU_TIA_RANGE - 1) & MMU_TIA_MASK)
103 #define MMU_ROUND_B(pa)\
104 ((unsigned long) (pa) & (MMU_TIA_MASK|MMU_TIB_MASK))
105 #define MMU_ROUND_UP_B(pa)\
106 ((unsigned long) (pa + MMU_TIB_RANGE - 1) & (MMU_TIA_MASK|MMU_TIB_MASK))
107 #define MMU_ROUND_C(pa)\
108 ((unsigned long) (pa)
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/malta/pci/
H A Dpchb.c59 struct pci_attach_args *pa = aux; local
64 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE &&
65 PCI_SUBCLASS(pa->pa_class) == PCI_SUBCLASS_BRIDGE_HOST) {
66 switch (PCI_VENDOR(pa->pa_id)) {
68 switch (PCI_PRODUCT(pa->pa_id)) {
81 struct pci_attach_args *pa = aux; local
92 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_MARVELL &&
93 PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_MARVELL_GT64120) {
103 PCI_REVISION(pa->pa_class) >= 0x10 ? "A" : "");
105 pci_devinfo(pa
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dno-vfa-vect-45.c9 void bar (const float *pa, const float *pb, const float *pc) argument
16 if (pa[i] != (pb[i] * pc[i]))
32 main1 (float *pa, float *pb, float *pc) argument
38 pa[i] = pb[i] * pc[i];
41 bar (pa,pb,pc);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/vect/
H A Dvect-40.c8 void bar (float *pa, float *pb, float *pc) argument
15 if (pa[i] != (pb[i] * pc[i]))
35 float *pa = a; local
41 pa[i] = pb[i] * pc[i];
44 bar (pa,pb,pc);
H A Dvect-45.c8 void bar (const float *pa, const float *pb, const float *pc) argument
15 if (pa[i] != (pb[i] * pc[i]))
31 main1 (float *pa, float *pb, float *pc) argument
37 pa[i] = pb[i] * pc[i];
40 bar (pa,pb,pc);
H A Dvect-50.c8 void bar (float *pa, float *pb, float *pc) argument
15 if (pa[i] != (pb[i] * pc[i]))
23 main1 (int n, float * __restrict__ pa, float * __restrict__ pb, float * __restrict__ pc) argument
29 pa[i] = pb[i] * pc[i];
32 bar (pa,pb,pc);
H A Dvect-51.c8 void bar (const float *pa, const float *pb, const float *pc) argument
15 if (pa[i] != (pb[i] * pc[i]))
31 main1 (int n, float *pa, float *pb, float *pc) argument
37 pa[i] = pb[i] * pc[i];
40 bar (pa,pb,pc);
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Dsys_machdep.c77 paddr_t pa = 0; local
106 (pa == 0 || m68k_page_offset(addr) == 0)) {
108 addr, &pa) == false)
118 DCFL(pa);
119 ICPL(pa);
121 DCFP(pa);
122 ICPP(pa);
131 DCPL(pa);
133 DCPP(pa);
141 DCFL(pa);
207 int pa = 0; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dzbusvar.h36 void *pa; member in struct:zbus_args
61 #define ztwomap(pa) \
62 ((volatile void *)((u_int)ZTWOROMADDR - ZTWOROMBASE + (u_int)(pa)))
65 #define ztwomap(pa) ((volatile void *)(u_int)(pa))
76 #define isztwopa(pa) ((u_int)(pa) >= ZTWOROMBASE && (u_int)(pa) <= ZTWOROMTOP)
85 #define iszthreepa(pa) ((u_int)(pa) >
[all...]

Completed in 190 milliseconds

1234567891011>>