Searched refs:address (Results 1 - 25 of 1783) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr21858.c9 int dsdblm_CreateBlock(unsigned int address) argument
11 address = dsdblm_GetBlockAddress();
12 if (address >= (void*)0x00020000)
14 return address;
H A Dia64-sync-4.c18 foo (long *address) argument
20 long he_address = *address & ~1;
21 while (!compare_and_swap(address, he_address, he_address | 1))
22 he_address = *address & ~1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr21858.c9 int dsdblm_CreateBlock(unsigned int address) argument
11 address = dsdblm_GetBlockAddress();
12 if (address >= (void*)0x00020000)
14 return address;
H A Dia64-sync-4.c17 foo (long *address) argument
19 long he_address = *address & ~1;
20 while (!compare_and_swap(address, he_address, he_address | 1))
21 he_address = *address & ~1;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-arm/
H A Dthumb-entry.d2 Entry point address: 0x8001
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/tests/base/mach-o/
H A Ddyld.h15 unsigned long *address);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/tests/base/mach-o/
H A Ddyld.h15 unsigned long *address);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32c/
H A Dmem.h26 void mem_put_qi (int address, unsigned char value);
27 void mem_put_hi (int address, unsigned short value);
28 void mem_put_psi (int address, unsigned long value);
29 void mem_put_si (int address, unsigned long value);
31 void mem_put_blk (int address, const void *bufptr, int nbytes);
35 unsigned char mem_get_qi (int address);
36 unsigned short mem_get_hi (int address);
37 unsigned long mem_get_psi (int address);
38 unsigned long mem_get_si (int address);
40 void mem_get_blk (int address, voi
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-scripts/
H A Dempty-address.exp27 run_dump_test empty-address-1
28 run_dump_test empty-address-2a
29 run_dump_test empty-address-2b
30 run_dump_test empty-address-3a
31 run_dump_test empty-address-3b
32 run_dump_test empty-address-3c
H A Doverlay-size-map.d4 \.bss2 *0x0*20000 *0x30 load address 0x0*20010
6 \.bss3 *0x0*20000 *0x20 load address 0x0*20040
10 \.mtext *0x0*10000 *0x20 load address 0x0*30000
12 \.mbss *0x0*20030 *0x230 load address 0x0*20060
14 \.text1 *0x0*10020 *0x80 load address 0x0*30020
16 \.text2 *0x0*10020 *0x40 load address 0x0*300a0
18 \.text3 *0x0*10020 *0x20 load address 0x0*300e0
22 \.data1 *0x0*20260 *0x30 load address 0x0*30100
24 \.data2 *0x0*20260 *0x40 load address 0x0*30130
26 \.data3 *0x0*20260 *0x50 load address
[all...]
H A Dempty-address-3c.d1 #source: empty-address-3.s
2 #ld: -T empty-address-3c.t
H A Dempty-address-2a.d1 #source: empty-address-2.s
2 #ld: -Ttext 0x0000000 -Tdata 0x2000000 -T empty-address-2a.t
H A Dempty-address-2b.d1 #source: empty-address-2.s
2 #ld: -Ttext 0x0000000 -Tdata 0x2000000 -T empty-address-2b.t
H A Dempty-address-3a.d1 #source: empty-address-3.s
2 #ld: -T empty-address-3a.t
H A Dempty-address-3b.d1 #source: empty-address-3.s
2 #ld: -T empty-address-3b.t
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/rx/
H A Dmem.h41 /* rx_mem_ptr returns a pointer which is valid as long as the address
47 unsigned char *rx_mem_ptr (unsigned long address, enum mem_ptr_action action);
49 RX_Opcode_Decoded **rx_mem_decode_cache (unsigned long address);
52 void mem_put_qi (int address, unsigned char value);
53 void mem_put_hi (int address, unsigned short value);
54 void mem_put_psi (int address, unsigned long value);
55 void mem_put_si (int address, unsigned long value);
57 void mem_put_blk (int address, void *bufptr, int nbytes);
59 unsigned char mem_get_pc (int address);
61 unsigned char mem_get_qi (int address);
[all...]
H A Dmem.c78 rx_mem_ptr (unsigned long address, enum mem_ptr_action action) argument
80 int pt1 = (address >> (L2_BITS + OFF_BITS)) & ((1 << L1_BITS) - 1);
81 int pt2 = (address >> OFF_BITS) & ((1 << L2_BITS) - 1);
82 int pto = address & ((1 << OFF_BITS) - 1);
84 if (address == 0)
96 execution_error (SIM_ERR_READ_UNWRITTEN_PAGES, address);
104 execution_error (SIM_ERR_READ_UNWRITTEN_BYTES, address);
110 execution_error (SIM_ERR_CORRUPT_STACK, address);
134 rx_mem_decode_cache (unsigned long address) argument
136 return (RX_Opcode_Decoded **) rx_mem_ptr (address, MPA_DECODE_CACH
140 is_reserved_address(unsigned int address) argument
239 s(int address, char *dir) argument
258 mtypec(int address) argument
267 mem_put_byte(unsigned int address, unsigned char value) argument
353 mem_put_qi(int address, unsigned char value) argument
366 mem_put_hi(int address, unsigned short value) argument
396 mem_put_psi(int address, unsigned long value) argument
416 mem_put_si(int address, unsigned long value) argument
438 mem_put_blk(int address, void *bufptr, int nbytes) argument
449 mem_get_pc(int address) argument
457 mem_get_byte(unsigned int address) argument
481 mem_get_qi(int address) argument
492 mem_get_hi(int address) argument
525 mem_get_psi(int address) argument
547 mem_get_si(int address) argument
571 mem_get_blk(int address, void *bufptr, int nbytes) argument
594 mem_set_content_type(int address, enum mem_content_type type) argument
621 mem_get_content_type(int address) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/frv/
H A Dmemory.c28 /* Check for alignment and access restrictions. Return the corrected address.
31 fr400_check_data_read_address (SIM_CPU *current_cpu, SI address, int align_mask) argument
36 if ((USI)address >= 0xfe800000 && (USI)address <= 0xfeffffff)
37 frv_queue_data_access_error_interrupt (current_cpu, address);
39 return address;
43 fr500_check_data_read_address (SIM_CPU *current_cpu, SI address, int align_mask) argument
45 if (address & align_mask)
47 frv_queue_mem_address_not_aligned_interrupt (current_cpu, address);
48 address
59 fr550_check_data_read_address(SIM_CPU *current_cpu, SI address, int align_mask) argument
70 check_data_read_address(SIM_CPU *current_cpu, SI address, int align_mask) argument
98 fr400_check_readwrite_address(SIM_CPU *current_cpu, SI address, int align_mask) argument
116 fr500_check_readwrite_address(SIM_CPU *current_cpu, SI address, int align_mask) argument
128 fr550_check_readwrite_address(SIM_CPU *current_cpu, SI address, int align_mask) argument
147 check_readwrite_address(SIM_CPU *current_cpu, SI address, int align_mask) argument
175 fr400_check_insn_read_address(SIM_CPU *current_cpu, PCADDR address, int align_mask) argument
190 fr500_check_insn_read_address(SIM_CPU *current_cpu, PCADDR address, int align_mask) argument
218 fr550_check_insn_read_address(SIM_CPU *current_cpu, PCADDR address, int align_mask) argument
239 check_insn_read_address(SIM_CPU *current_cpu, PCADDR address, int align_mask) argument
268 frvbf_read_mem_QI(SIM_CPU *current_cpu, IADDR pc, SI address) argument
300 frvbf_read_mem_UQI(SIM_CPU *current_cpu, IADDR pc, SI address) argument
333 read_mem_unaligned_HI(SIM_CPU *current_cpu, IADDR pc, SI address) argument
342 frvbf_read_mem_HI(SIM_CPU *current_cpu, IADDR pc, SI address) argument
383 frvbf_read_mem_UHI(SIM_CPU *current_cpu, IADDR pc, SI address) argument
425 read_mem_unaligned_SI(SIM_CPU *current_cpu, IADDR pc, SI address) argument
462 frvbf_read_mem_SI(SIM_CPU *current_cpu, IADDR pc, SI address) argument
502 frvbf_read_mem_WI(SIM_CPU *current_cpu, IADDR pc, SI address) argument
509 read_mem_unaligned_DI(SIM_CPU *current_cpu, IADDR pc, SI address) argument
581 frvbf_read_mem_DI(SIM_CPU *current_cpu, IADDR pc, SI address) argument
621 frvbf_read_mem_DF(SIM_CPU *current_cpu, IADDR pc, SI address) argument
683 fr400_check_write_address(SIM_CPU *current_cpu, SI address, int align_mask) argument
693 fr500_check_write_address(SIM_CPU *current_cpu, SI address, int align_mask) argument
712 fr550_check_write_address(SIM_CPU *current_cpu, SI address, int align_mask) argument
723 check_write_address(SIM_CPU *current_cpu, SI address, int align_mask) argument
747 frvbf_write_mem_QI(SIM_CPU *current_cpu, IADDR pc, SI address, QI value) argument
759 frvbf_write_mem_UQI(SIM_CPU *current_cpu, IADDR pc, SI address, UQI value) argument
765 frvbf_write_mem_HI(SIM_CPU *current_cpu, IADDR pc, SI address, HI value) argument
777 frvbf_write_mem_UHI(SIM_CPU *current_cpu, IADDR pc, SI address, UHI value) argument
783 frvbf_write_mem_SI(SIM_CPU *current_cpu, IADDR pc, SI address, SI value) argument
795 frvbf_write_mem_WI(SIM_CPU *current_cpu, IADDR pc, SI address, SI value) argument
801 frvbf_write_mem_DI(SIM_CPU *current_cpu, IADDR pc, SI address, DI value) argument
813 frvbf_write_mem_DF(SIM_CPU *current_cpu, IADDR pc, SI address, DF value) argument
826 frvbf_mem_set_QI(SIM_CPU *current_cpu, IADDR pc, SI address, QI value) argument
848 mem_set_unaligned_HI(SIM_CPU *current_cpu, IADDR pc, SI address, HI value) argument
857 frvbf_mem_set_HI(SIM_CPU *current_cpu, IADDR pc, SI address, HI value) argument
893 mem_set_unaligned_SI(SIM_CPU *current_cpu, IADDR pc, SI address, SI value) argument
903 frvbf_mem_set_SI(SIM_CPU *current_cpu, IADDR pc, SI address, SI value) argument
939 mem_set_unaligned_DI(SIM_CPU *current_cpu, IADDR pc, SI address, DI value) argument
949 frvbf_mem_set_DI(SIM_CPU *current_cpu, IADDR pc, SI address, DI value) argument
984 frvbf_mem_set_DF(SIM_CPU *current_cpu, IADDR pc, SI address, DF value) argument
1019 frvbf_mem_set_XI(SIM_CPU *current_cpu, IADDR pc, SI address, SI *value) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Djal-range.l2 .*:4: Error: jump to misaligned address \(0x1\)
3 .*:6: Error: jump to misaligned address \(0xfffffff\)
4 .*:8: Error: jump to misaligned address \(0x10000003\)
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/projects/TP/
H A Dteam-address2 # Print the team's address (to stdout) and output additional instructions
13 address=`echo "$html" | tr '\012' '|' | sed -e "$sed_addnl" | sed -n -e "s,^.*<td>$catalog</td>[^<>]*<td>[^|]*</td>[^<>]*<td><a href=\"\\([^\"]*\\)\">[^<>]*</a></td>.*\$,\\1,p" | sed 1q`
14 if test -n "$address"; then
15 case "$address" in
16 mailto:*) address=`echo "$address" | sed -e 's,^mailto:,<,' -e 's,$,>,'` ;;
24 echo " $address"
26 echo "$address"
29 address=`echo "$html" | tr '\012' '|' | sed -e "$sed_addnl" | sed -n -e "s,^.*<td>$language</td>[^<>]*<td>[^|]*</td>[^<>]*<td><a href=\"\\([^\"]*\\)\">[^<>]*</a></td>.*\$,\\1,p" | sed 1q`
30 if test -n "$address"; the
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/arm/
H A Darmvirt.c60 GetWord (ARMul_State * state, ARMword address, int check) argument
68 XScale_check_memacc (state, &address, 0);
70 page = address >> PAGEBITS;
71 offset = (address & OFFSETBITS) >> 2;
96 PutWord (ARMul_State * state, ARMword address, ARMword data, int check) argument
104 XScale_check_memacc (state, &address, 1);
106 page = address >> PAGEBITS;
107 offset = (address & OFFSETBITS) >> 2;
123 if (address == 0x8)
184 ARMul_ReLoadInstr (ARMul_State * state, ARMword address, ARMwor argument
217 ARMul_LoadInstrS(ARMul_State * state, ARMword address, ARMword isize) argument
235 ARMul_LoadInstrN(ARMul_State * state, ARMword address, ARMword isize) argument
246 ARMul_ReadWord(ARMul_State * state, ARMword address) argument
267 ARMul_LoadWordS(ARMul_State * state, ARMword address) argument
278 ARMul_LoadWordN(ARMul_State * state, ARMword address) argument
289 ARMul_LoadHalfWord(ARMul_State * state, ARMword address) argument
305 ARMul_ReadByte(ARMul_State * state, ARMword address) argument
319 ARMul_LoadByte(ARMul_State * state, ARMword address) argument
331 ARMul_WriteWord(ARMul_State * state, ARMword address, ARMword data) argument
353 ARMul_StoreWordS(ARMul_State * state, ARMword address, ARMword data) argument
365 ARMul_StoreWordN(ARMul_State * state, ARMword address, ARMword data) argument
377 ARMul_StoreHalfWord(ARMul_State * state, ARMword address, ARMword data) argument
407 ARMul_WriteByte(ARMul_State * state, ARMword address, ARMword data) argument
424 ARMul_StoreByte(ARMul_State * state, ARMword address, ARMword data) argument
446 ARMul_SwapWord(ARMul_State * state, ARMword address, ARMword data) argument
465 ARMul_SwapByte(ARMul_State * state, ARMword address, ARMword data) argument
501 ARMul_SafeReadByte(ARMul_State * state, ARMword address) argument
512 ARMul_SafeWriteByte(ARMul_State * state, ARMword address, ARMword data) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Damd64-i386-address.exp18 # Test UNsigned extension of the 32-bit inferior address on a 64-bit host.
26 if [prepare_for_testing amd64-i386-address.exp amd64-i386-address amd64-i386-address.S [list debug "additional_flags=-m32 -nostdlib"]] {
42 # 0xff8d7f00: Cannot access memory at address 0xff8d7f00
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_phb.c51 property be used to specify the mapping of address spaces between a
57 For DMA transfers, any access to a PCI address space which falls
71 address must be non-relocatable).
74 #address-cells = 3 (required)
76 Number of cells used by an Open Firmware PCI address. This
99 <<phb>> one such property is parent busses <<#address-cells>>.
101 | -o '/#address-cells 1' \
106 | -o '/phb@0x80000000/#address-cells 3' \
110 Specify that the memory address range <<0x80000000>> to
111 <<0x8fffffff>> should map directly onto the PCI memory address
350 extract_n(const device_unit *address) argument
356 set_n(device_unit *address) argument
365 extract_p(const device_unit *address) argument
372 set_p(device_unit *address) argument
381 extract_t(const device_unit *address) argument
388 set_t(device_unit *address) argument
404 extract_ss(const device_unit *address) argument
411 set_ss(device_unit *address, ss_type val) argument
440 extract_ddddd(const device_unit *address) argument
447 set_ddddd(device_unit *address, unsigned val) argument
456 extract_fff(const device_unit *address) argument
463 set_fff(device_unit *address, unsigned val) argument
472 extract_rrrrrrrr(const device_unit *address) argument
479 set_rrrrrrrr(device_unit *address, unsigned val) argument
488 extract_hh_hh(const device_unit *address) argument
495 set_hh_hh(device_unit *address, unsigned val) argument
504 extract_ll_ll(const device_unit *address) argument
511 set_ll_ll(device_unit *address, unsigned val) argument
520 hw_phb_unit_decode(device *me, const char *unit, device_unit *address) argument
801 hw_phb_address_to_attach_address(device *me, const device_unit *address, int *attach_space, unsigned_word *attach_address, device *client) argument
[all...]
H A Dhw_memory.c51 reg = { <address> <size> } (required)
55 available = { <address> <size> } (automatic)
64 same address + size pair as was used during the claim should be
67 It is assumed that #size-cells and #address-cells for the parent
68 node of this device are both one i.e. an address or size can be
72 support 64bit addresses (#address-cells equal two).
83 unsigned_word address; member in struct:_hw_memory_chunk
120 || chunk->address < chunk->next->address);
122 || chunk->address
248 unsigned_cell address; local
400 unsigned_word address; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ElectricFence/
H A Defence.h34 void Page_AllowAccess(void * address, size_t size);
36 void Page_Delete(void * address, size_t size);
37 void Page_DenyAccess(void * address, size_t size);

Completed in 163 milliseconds

1234567891011>>