/linux-4.4.14/net/ax25/ |
D | Kconfig | 2 # Amateur Radio protocols and AX.25 device configuration 11 and more specifically about AX.25 on Linux 22 tristate "Amateur Radio AX.25 Level 2 protocol" 39 radio as well as information about how to configure an AX.25 port is 51 bool "AX.25 DAMA Slave support" 55 DAMA is a mechanism to prevent collisions when doing AX.25 67 bool 'AX.25 DAMA Master support' 70 DAMA is a mechanism to prevent collisions when doing AX.25 83 NET/ROM is a network layer protocol on top of AX.25 useful for 87 users as well as information about how to configure an AX.25 port is [all …]
|
/linux-4.4.14/arch/metag/include/asm/ |
D | processor.h | 118 regs->ctx.AX[0].U0 = usp; \ 145 ((unsigned long)(tsk)->thread.kernel_context->AX[0].U0) 147 ((unsigned long)(tsk)->thread.kernel_context->AX[1].U0) 152 #define KSTK_ESP(tsk) (task_pt_regs(tsk)->ctx.AX[0].U0) 154 #define user_stack_pointer(regs) ((regs)->ctx.AX[0].U0)
|
D | elf.h | 76 do { _r->ctx.AX[0].U0 = 0; } while (0)
|
D | tbx.h | 428 TBIDUAL AX[2]; member 440 TBIDUAL AX[2]; /* AU.0, AU.1 */ member 458 TBIDUAL AX[2]; /* AU.2-AU.3 */ member
|
/linux-4.4.14/drivers/net/hamradio/ |
D | Kconfig | 8 used for networking over AX.25 amateur radio connections; it 27 an alternative to KISS for networking over AX.25 amateur radio 41 AX.25 is the protocol used for computer communication over amateur 42 radio. If you say Y here, you will be able to send and receive AX.25 43 traffic over Ethernet (also called "BPQ AX.25"), which could be 48 tristate "High-speed (DMA) SCC driver for AX.25" 54 modem), in order to send and receive AX.25 packet radio network 89 to "Amateur Radio AX.25 Level 2" support. 115 tristate "BAYCOM ser12 fullduplex driver for AX.25" 124 driver, "BAYCOM ser12 half-duplex driver for AX.25" is the old [all …]
|
/linux-4.4.14/arch/metag/kernel/ |
D | perf_callchain.c | 61 unsigned long sp = regs->ctx.AX[0].U0; in perf_callchain_user() 91 fr.fp = regs->ctx.AX[1].U0; in perf_callchain_kernel() 92 fr.sp = regs->ctx.AX[0].U0; in perf_callchain_kernel()
|
D | process.c | 148 regs->ctx.AX[i].U0); in show_regs() 151 regs->ctx.AX[i].U1); in show_regs() 174 show_trace(NULL, (unsigned long *)regs->ctx.AX[0].U0, regs); in show_regs() 206 childregs->ctx.AX[0].U1 = (unsigned long) global_base; in copy_thread() 207 childregs->ctx.AX[0].U0 = (unsigned long) kernel_context; in copy_thread() 224 childregs->ctx.AX[0].U0 = ALIGN(usp, 8); in copy_thread()
|
D | ptrace.c | 42 regs->ctx.AX, 4*16, 4*20); in metag_gp_regs_copyout() 99 regs->ctx.AX, 4*16, 4*20); in metag_gp_regs_copyin()
|
D | stacktrace.c | 64 fpnew = regs->ctx.AX[1].U0; in unwind_frame()
|
D | signal.c | 32 #define REG_SP ctx.AX[0].U0
|
D | traps.c | 944 fp = regs->ctx.AX[1].U0; in show_trace() 986 sp = (unsigned long *)tsk->thread.kernel_context->AX[0].U0; in show_stack()
|
/linux-4.4.14/tools/perf/arch/x86/tests/ |
D | regs_load.S | 3 #define AX 0 macro 31 movq %rax, AX(%rdi) 67 movl %eax, AX(%edi)
|
/linux-4.4.14/arch/metag/oprofile/ |
D | backtrace.c | 53 unsigned long *fp = (unsigned long *)regs->ctx.AX[1].U0; in metag_backtrace() 57 frame.fp = regs->ctx.AX[1].U0; /* A0FrP */ in metag_backtrace()
|
/linux-4.4.14/Documentation/networking/ |
D | ax25.txt | 2 suitable copy of the AX.25 Utilities. More detailed information about 3 AX.25, NET/ROM and ROSE, associated programs and and utilities can be
|
D | z8530drv.txt | 13 Linux Kernel AX.25 documentation and programs, is available on 19 SCC.C - Linux driver for Z8530 based HDLC cards for AX.25 39 3. Attach each channel to the Linux kernel AX.25 with "ifconfig" 42 driver. If you want to run xNOS instead of our fine kernel AX.25 44 AX.25-HOWTO on how to emulate a KISS TNC on network device drivers. 261 # the AX.25 header, not only the data field! 296 2. Attachment of a channel by your AX.25 software 299 2.1 Kernel AX.25 302 To set up an AX.25 device you can simply type: 311 ax25-utils and the AX.25-HOWTO to learn how to set the parameters of [all …]
|
D | 6pack.txt | 6 AX.25: dg3kq@db0ach.#nrw.deu.eu 32 Received packets that are corrupt are not passed on to the AX.25 layer. 36 in the doc directory of the AX.25 utilities package. 93 To use the driver, the kissattach program delivered with the AX.25 utilities 132 on if there is data in the buffer of the PC's AX.25 engine that has to be 133 transmitted. Under Linux, the 6pack layer is beyond the AX.25 layer, 152 there is still an AX.25 connection left over which an IP connection was 154 occur when there is a bare AX.25 connection still running. I don't know if
|
D | 00-INDEX | 6 - info on the 6pack protocol, an alternative to KISS for AX.25 34 - info on using AX.25 and NET/ROM code for Linux 238 - info about Linux driver for Z8530 based HDLC cards for AX.25
|
D | baycom.txt | 84 Users of userland AX.25 stacks may use the net2kiss utility (also available
|
/linux-4.4.14/tools/perf/arch/x86/util/ |
D | unwind-libdw.c | 19 dwarf_regs[0] = REG(AX); in libdw__arch_set_initial_registers() 30 dwarf_regs[0] = REG(AX); in libdw__arch_set_initial_registers()
|
D | perf_regs.c | 5 SMPL_REG(AX, PERF_REG_X86_AX),
|
/linux-4.4.14/Documentation/hwmon/ |
D | smsc47b397 | 46 MOV AX,25H 118 MOV AX,055H 129 MOV AX,0AAH 144 MOV AX,055H 162 MOV AX,0AAH
|
/linux-4.4.14/arch/metag/mm/ |
D | fault.c | 193 regs->ctx.CurrPC, regs->ctx.AX[0].U0, in do_page_fault()
|
/linux-4.4.14/arch/x86/um/ |
D | signal.c | 181 GETREG(AX, ax); in copy_sc_from_user() 270 PUTREG(AX, ax); in copy_sc_to_user()
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-ali15x3 | 53 Gigabyte GA-5AX (** Generally doesn't work because the BIOS doesn't
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-probe.txt | 161 On x86 systems %REG is always the short form of the register: for example %AX. %RAX or %EAX is not …
|
/linux-4.4.14/drivers/zorro/ |
D | zorro.ids | 179 0500 AX-S [Miscellaneous Expansion Card]
|
/linux-4.4.14/ |
D | CREDITS | 759 D: Original Appletalk, AX.25, and IPX code 915 S: PR4 6AX 1344 D: Various AX.25/ROSE/NETROM + hamradio driver patches 1939 D: 6pack driver for AX.25 2662 D: AX.25, NET/ROM and ROSE amateur radio protocol suites 3028 D: Generic Z8530 driver, AX.25 DAMA slave implementation 3029 D: Several AX.25 hacks
|
D | MAINTAINERS | 163 6PACK NETWORK DRIVER FOR AX.25 2055 AX.25 NETWORK LAYER 2111 BAYCOM/HDLCDRV DRIVERS FOR AX.25 3277 DAMA SLAVE for AX.25 5020 HIGH-SPEED SCC DRIVER FOR AX.25 11886 YAM DRIVER FOR AX.25 11900 Z8530 DRIVER FOR AX.25
|
/linux-4.4.14/Documentation/ |
D | svga.txt | 118 0x0900 to 0x09ff - Video7 special modes. Set by calling INT 0x10, AX=0x6f05.
|
D | kernel-parameters.txt | 55 AX25 Appropriate AX.25 support is enabled. 533 baycom_par= [HW,AX25] BayCom Parallel Port AX.25 Modem 538 BayCom Serial Port AX.25 Modem (Full Duplex Mode) 543 BayCom Serial Port AX.25 Modem (Half Duplex Mode)
|
/linux-4.4.14/drivers/net/ |
D | Kconfig | 17 AX.25/KISS for sending Internet traffic over amateur radio links.
|
/linux-4.4.14/firmware/ |
D | WHENCE | 536 Driver: YAM - YAM driver for AX.25
|