Searched refs:pda (Results 1 - 25 of 35) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/
H A Dleds.h15 #include <asm/sn/pda.h>
37 pda.led_state = (pda.led_state & ~mask) | (value & mask);
39 *pda.led_address = (long) pda.led_state;
41 *pda.led_address = (short) pda.led_state;
H A Didle.h29 if (pda.idle_flag == 0) {
41 pda.idle_flag = 1;
51 pda.idle_flag = 0;
H A Dnodepda.h19 #include <asm/sn/pda.h>
150 #define nodepda pda.p_nodepda /* Ptr to this node's PDA */
154 #define subnodepda pda.p_subnodepda /* Ptr to this node's subnode PDA */
H A Dpda.h74 * Seems like we should should cache-line align the pda so that any changes in the
81 #define pda (*((pda_t *) PDAADDR)) macro
H A Dbte_copy.h16 #include <asm/sn/pda.h>
126 while ((*pda.cpubte[bte_to_use]->
130 (&(pda.cpubte[bte_to_use]->spinlock))))
144 bte = pda.cpubte[bte_to_use];
148 bte = pda.cpubte[0];
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/
H A Dleds.h15 #include <asm/sn/pda.h>
37 pda.led_state = (pda.led_state & ~mask) | (value & mask);
39 *pda.led_address = (long) pda.led_state;
41 *pda.led_address = (short) pda.led_state;
H A Didle.h29 if (pda.idle_flag == 0) {
41 pda.idle_flag = 1;
51 pda.idle_flag = 0;
H A Dnodepda.h19 #include <asm/sn/pda.h>
150 #define nodepda pda.p_nodepda /* Ptr to this node's PDA */
154 #define subnodepda pda.p_subnodepda /* Ptr to this node's subnode PDA */
H A Dpda.h74 * Seems like we should should cache-line align the pda so that any changes in the
81 #define pda (*((pda_t *) PDAADDR)) macro
H A Dbte_copy.h16 #include <asm/sn/pda.h>
126 while ((*pda.cpubte[bte_to_use]->
130 (&(pda.cpubte[bte_to_use]->spinlock))))
144 bte = pda.cpubte[bte_to_use];
148 bte = pda.cpubte[0];
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/kernel/sn1/
H A Diomv.c13 #include <asm/sn/pda.h>
62 (volatile unsigned long) (*pda.bedrock_rev_id);
63 while (!(volatile unsigned long) (*pda.pio_write_status_addr))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/kernel/sn2/
H A Diomv.c13 #include <asm/sn/pda.h>
63 while ( !((volatile unsigned long) (*pda.pio_write_status_addr)) & 0x8000000000000000)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dbugs.h17 #include <asm/pda.h>
H A Dcurrent.h7 #include <asm/pda.h>
H A Dsmp.h28 #include <asm/pda.h>
H A Dmmu_context.h8 #include <asm/pda.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dbugs.h17 #include <asm/pda.h>
H A Dcurrent.h7 #include <asm/pda.h>
H A Dsmp.h28 #include <asm/pda.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/kernel/
H A Dsetup.c63 #include <asm/sn/pda.h>
334 pda.p_nodepda = nodepdaindr[cnode];
335 pda.led_address = (long*) (LED0 + (slice<<LED_CPU_SHIFT));
336 pda.led_state = 0;
337 pda.hb_count = HZ/2;
338 pda.hb_state = 0;
339 pda.idle_flag = 0;
348 pda.p_subnodepda = &nodepdaindr[cnode]->snpda[synergy];
363 pda.p_irqpda = irqpdaindr[cpuid];
364 pda
[all...]
H A Dbte.c13 #include <asm/sn/pda.h>
94 pda.cpubte[0] = &(nodepda->node_bte_info[0]);
95 pda.cpubte[1] = &(nodepda->node_bte_info[1]);
97 pda.cpubte[0] = &(nodepda->node_bte_info[1]);
98 pda.cpubte[1] = &(nodepda->node_bte_info[0]);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/
H A Disdn_x25iface.c72 static int pdata_is_bad( ix25_pdata_t * pda ){
74 if( pda && pda -> magic == ISDN_X25IFACE_MAGIC ) return 0;
166 ix25_pdata_t * pda = cprot -> proto_data ; local
171 if ( pdata_is_bad( pda ) ) return -1;
186 pda -> state = WAN_DISCONNECTED;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dtraps.c42 #include <asm/pda.h>
396 struct x8664_pda *pda = cpu_pda + hard_smp_processor_id(); local
398 if (gs != (unsigned long)pda) {
399 wrmsrl(MSR_GS_BASE, pda);
400 printk("%s: wrong gs %lx expected %p\n", str, gs, pda);
482 struct x8664_pda *pda = cpu_pda + stack_smp_processor_id(); local
484 if (gs != (unsigned long)pda) {
485 wrmsrl(MSR_GS_BASE, pda);
486 printk("general protection handler: wrong gs %lx expected %p\n", gs, pda);
598 struct x8664_pda *pda local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/mm/
H A Dfault.c123 struct x8664_pda *pda = cpu_pda + stack_smp_processor_id(); local
125 if (gs != (unsigned long)pda) {
126 wrmsrl(MSR_GS_BASE, pda);
127 printk("page_fault: wrong gs %lx expected %p\n", gs, pda);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/tools/
H A Doffset.c12 #include <asm/pda.h>

Completed in 85 milliseconds

12