Searched refs:bar (Results 1 - 25 of 49) sorted by relevance

12

/barrelfish-master/lib/compiler-rt/test/
H A Dgcc_personality_test.c29 * routines for foo() and bar() were called by the personality
33 void bar() { function
42 bar();
H A Dtrampoline_setup_test.c38 int bar(int x) { return x*5 + c*d; }; function
42 proc = bar;
/barrelfish-master/usr/vmkitmon/
H A Dpci_ethernet.c107 struct device_mem *bar = (struct device_mem *)bar_info; local
109 eth_base_paddr = bar[0].paddr;
112 eth->phys_base_addr = bar[0].paddr;
113 eth->bytes = bar[0].bytes;
115 eth->pci_device->bars[0].bytes = bar[0].bytes;
117 eth->pci_device->bars[0].paddr = bar[0].paddr;
119 errval_t err = map_device(&bar[0]);
123 printf("pci_ethernet_init: map_device successful. vaddr: 0x%lx, bytes: %d...\n", (uint64_t)bar[0].vaddr, (int)bar[0].bytes);
124 eth->virt_base_addr = bar[
158 mem_write(struct pci_device *dev, uint32_t addr, int bar, uint32_t val) argument
238 mem_read(struct pci_device *dev, uint32_t addr, int bar, uint32_t *val) argument
[all...]
H A Dpci.h45 uint32_t addr, int bar, uint32_t val);
49 int bar, uint32_t *val);
54 size_t bytes; //size of the bar
H A Dpci_vmkitmon_eth.c59 //caller wants to figure out bar size
61 VMKITMON_ETH_DEBUG("pci_vmkitmon_eth writing bar %d size. 0x%x\n", addr.d.doubleword-4, val);
260 static void mem_write(struct pci_device *dev, uint32_t addr, int bar, uint32_t val){ argument
262 VMKITMON_ETH_DEBUG("mem_write addr: 0x%x, bar: %d, val: 0x%x, irq: %d\n",addr, bar, val, dev->irq );
296 static void mem_read(struct pci_device *dev, uint32_t addr, int bar, uint32_t *val){ argument
298 if(addr != 0) VMKITMON_ETH_DEBUG("mem_read addr: 0x%x, bar: %d, asserting irq: %d\n",addr, bar, dev->irq);
/barrelfish-master/lib/pci/
H A Dpci_client.c255 struct device_mem *bar = &bars[nb]; local
263 &type, &bar->bar_nr);
273 bar->frame_cap = cap;
280 bar->paddr = fid.base;
281 bar->bits = log2ceil(fid.bytes);
282 bar->bytes = fid.bytes;
284 bar->io_cap = cap;
347 struct device_mem *bar = &bars[nb]; local
355 &type, &bar->bar_nr);
365 bar
528 pci_sriov_get_vf_bar_cap(uint32_t vf_num, uint8_t bar_num, struct capref* bar) argument
[all...]
H A Dpci_driver_client.c116 struct capref bar = { local
121 *ret = bar;
/barrelfish-master/include/arch/aarch64/machine/
H A Datomic.h56 #define ATOMIC_OP(op, asm_op, bar, a, l) \
58 atomic_##op##_##bar##32(volatile uint32_t *p, uint32_t val) \
75 atomic_##op##_##bar##64(volatile uint64_t *p, uint64_t val) \
101 #define ATOMIC_CMPSET(bar, a, l) \
103 atomic_cmpset_##bar##32(volatile uint32_t *p, uint32_t cmpval, \
126 atomic_cmpset_##bar##64(volatile uint64_t *p, uint64_t cmpval, \
/barrelfish-master/usr/pci/
H A Dpci.c73 static uint32_t bar_mapping_size(pci_hdr0_bar32_t bar) argument
75 if (bar.base == 0) {
81 if (bar.base & mask) {
98 * the bar.base value so no shift.
621 pci_hdr0_bar32_t bar, barorigaddr; local
631 bar = (union pci_hdr0_bar32_un ) {
641 * here to make sure the bar is not
651 assert(bar.space == 0);
653 if (bar.tpe == pci_hdr0_bar_32bit) {
656 if (bar
1400 pci_hdr0_bar32_t bar, barorigaddr; local
1593 program_device_bar(uint8_t bus, uint8_t dev, uint8_t fun, int bar, pciaddr_t base, pcisize_t size, int bits, bool memspace, bool pcie) argument
1683 int bar; // the value of bar_secondary after parsing secondary(<nr>) to <nr> local
[all...]
/barrelfish-master/doc/015-disk-driver-arch/
H A Drunning.tex19 \acs{pci} \ac{bar}; since the QEMU \ac{ahci} emulation layer does not provide
21 \ac{bar} 0 instead of \ac{bar} 5. Another workaround is necessary when
37 \emph{ahcid} will receive zero \acp{bar} on hardware where the \ac{ahci} memory
47 program \acs{pci} \acp{bar} correctly if \acs{pci} bridges are present. For
49 \acp{bar} in case no reprogrammed \acp{bar} can be found in the \acs{skb}.
52 by querying the \acs{skb} for the original \lstinline+bar(...)+ facts of the
57 "findall(baraddr(BAR,Base,0,Size),bar(addr(%u,%u,%u)"
/barrelfish-master/usr/skb/programs/
H A Dbridge_bios.pl16 :-dynamic(bar/7).
50 % bar(addr(Bus, Device, Function), BARn, Base, Size, MemOrIO, Prefetch, 32or64).
61 bar(addr(Bus, Device, Function), BARn, Base, Size, MemIO, Prefetch, Bits),
72 % bar(addr(Bus, Device, Function), _, Base, Size, _, Prefetch, Bits),
H A Dbridge_postorder.pl16 %:-dynamic(bar/7).
27 bar(addr(0,0,0),0,0,5,mem, nonprefetchable,0).
28 bar(addr(0,0,0),0,0,5,mem, prefetchable,0).
132 % look at bar located in "mem", not "io"
145 bar(addr(Bus,Dev,Fun),BAR,_,Size, Type, Prefetch, Bits),
264 device(_,Addr,_,_,Class, SubClass, ProgIf,_),bar(Addr,BAR,B,H,_,_,_)
H A Dbridge.pl14 :-dynamic(bar/5).
25 bar(addr(0,0,0),0,0,5,mem).
97 % look at bar located in "mem", not "io"
111 bar(addr(Bus,Dev,Fun),BAR,_,Size, mem),
317 ( (bar(Addr,_,Base,_,_),
H A Dbridge_page.pl142 bar(_,_,OrigBarBase,_,_,_,_),
181 (bar(addr(Bus, _, _), _ , Orig, _ , _, prefetchable, _ ) ->
182 % Bridge has a bar that is above shifting limit
191 % get max bar since they are all under this rootbridge
192 findall(Orig, (bar(addr(Bus2, _ , _), _, Orig, _ , _, prefetchable , _),
214 bar(A,Sec, Orig, _, _, _, _),
245 %no bar under bridge with size > 10'000'000
271 bar(addr(Bus,Dev,Fun),BAR, _,Size, Type, Prefetch, Bits),
477 % look at bar located in "mem", not "io"
511 bar(add
[all...]
H A Dbridge_postorder_sorted.pl20 %:-dynamic(bar/7).
31 bar(addr(0,0,0),0,0,5,mem, nonprefetchable,0).
32 bar(addr(0,0,0),0,0,5,mem, prefetchable,0).
135 % look at bar located in "mem", not "io"
148 bar(addr(Bus,Dev,Fun),BAR,_,Size, Type, Prefetch, Bits),
285 device(_,Addr,_,_,Class, SubClass, ProgIf,_),bar(Addr,BAR,B,H,_,_,_)
H A Dbridge_postorder_sorted_sum.pl20 %:-dynamic(bar/7).
32 %bar(addr(0,0,0),0,0,5,mem, nonprefetchable,0).
33 %bar(addr(0,0,0),0,0,5,mem, prefetchable,0).
140 % look at bar located in "mem", not "io"
153 bar(addr(Bus,Dev,Fun),BAR,_,Size, Type, Prefetch, Bits),
288 device(_,Addr,_,_,Class, SubClass, ProgIf,_),bar(Addr,BAR,B,H,_,_,_)
H A Dbridge_postorder_sorted_sum_ascending.pl20 %:-dynamic(bar/7).
31 bar(addr(0,0,0),0,0,5,mem, nonprefetchable,0).
32 bar(addr(0,0,0),0,0,5,mem, prefetchable,0).
136 % look at bar located in "mem", not "io"
149 bar(addr(Bus,Dev,Fun),BAR,_,Size, Type, Prefetch, Bits),
284 device(_,Addr,_,_,Class, SubClass, ProgIf,_),bar(Addr,BAR,B,H,_,_,_)
H A Dbridge_postorder_sorted_ascending.pl20 %:-dynamic(bar/7).
31 bar(addr(0,0,0),0,0,5,mem, nonprefetchable,0).
32 bar(addr(0,0,0),0,0,5,mem, prefetchable,0).
136 % look at bar located in "mem", not "io"
149 bar(addr(Bus,Dev,Fun),BAR,_,Size, Type, Prefetch, Bits),
284 device(_,Addr,_,_,Class, SubClass, ProgIf,_),bar(Addr,BAR,B,H,_,_,_)
H A Dcompute_required_resources.pl88 bar(Addr,BAR,_,S,_,_,_),
96 bar(Addr,BAR,_,S,mem,prefetchable,_)
101 bar(Addr,BAR,_,S,mem,nonprefetchable,_)
H A Dbridge_linux.pl40 assert(bar(Addr,BAR,_,Size,_,_,_))
H A Dpci_queries.pl26 findall(BAR, bar(addr(Bus,Device,Function),BAR,_,_,_,_,_), BARList).
/barrelfish-master/usr/eclipseclp/JavaInterface/tests/
H A Dqueue_example_2.pl35 write_exdr(eclipse_to_java, foo(TermIn, bar)),
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dmenu.tcl469 # Draws the peformance bar charts and the elapsed time
522 #Write the hostname of each worker next to its performance bar
554 .perfwindow.perf create text [expr 90 * $scale_factor + 80] 10 -text $cur_time -tags bar
563 .perfwindow.perf create rectangle $startx $y1 $x2 $y2 -fill $stat_color(working) -tags bar
566 .perfwindow.perf create rectangle $x1 $y1 $x2 $y2 -fill $stat_color(idling) -tags bar
569 .perfwindow.perf create rectangle $x1 $y1 $x2 $y2 -fill $stat_color(scheduling) -tags bar
572 .perfwindow.perf create rectangle $x1 $y1 $x2 $y2 -fill $stat_color(copying) -tags bar
575 .perfwindow.perf create rectangle $x1 $y1 $x2 $y2 -fill $stat_color(recomputing) -tags bar
580 .perfwindow.perf create rectangle $startx $y1 $x2 $y2 -fill $stat_color(user_cpu) -tags bar
583 .perfwindow.perf create rectangle $x1 $y1 $x2 $y2 -fill $stat_color(system_cpu) -tags bar
[all...]
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dprogressbar.tcl45 ## bar is. If it is 0, the progress bar interprets the -value option
54 ## Whether or not to show the exact value beside the bar (it is
62 ## The value of the progress bar. This will be used to calculate the
66 ## A variable from which to get the value for the bar. This variable
189 -tags bar -outline {}
214 $data(basecmd) itemconfigure bar -fill $val
318 $data(basecmd) coords bar -1 0 [expr {$pcnt*$W}] $H
321 $data(basecmd) coords bar -1 $H $W [expr {$pcnt*$H}]
/barrelfish-master/include/pci/
H A Dpci.h52 struct capref* bar);

Completed in 144 milliseconds

12