K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / usr / src / linux-headers-3.13.0-24 / arch / x86 / include / asm /
server ip : 172.67.156.115

your ip : 172.70.100.208

H O M E


Filename/usr/src/linux-headers-3.13.0-24/arch/x86/include/asm/x2apic.h
Size857
Permissionrw-r--r--
Ownerroot : root
Create time27-Apr-2025 09:50
Last modified20-Jan-2014 10:40
Last accessed06-Jul-2025 15:09
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
/*
* Common bits for X2APIC cluster/physical modes.
*/

#ifndef _ASM_X86_X2APIC_H
#define _ASM_X86_X2APIC_H

#include <asm/apic.h>
#include <asm/ipi.h>
#include <linux/cpumask.h>

static int x2apic_apic_id_valid(int apicid)
{
return 1;
}

static int x2apic_apic_id_registered(void)
{
return 1;
}

static void
__x2apic_send_IPI_dest(unsigned int apicid, int vector, unsigned int dest)
{
unsigned long cfg = __prepare_ICR(0, vector, dest);
native_x2apic_icr_write(cfg, apicid);
}

static unsigned int x2apic_get_apic_id(unsigned long id)
{
return id;
}

static unsigned long x2apic_set_apic_id(unsigned int id)
{
return id;
}

static int x2apic_phys_pkg_id(int initial_apicid, int index_msb)
{
return initial_apicid >> index_msb;
}

static void x2apic_send_IPI_self(int vector)
{
apic_write(APIC_SELF_IPI, vector);
}

#endif /* _ASM_X86_X2APIC_H */