Home
last modified time | relevance | path

Searched refs:_val (Results 1 – 9 of 9) sorted by relevance

/arch/openrisc/include/asm/
Dspr.h20 #define mtspr(_spr, _val) __asm__ __volatile__ ( \ argument
22 : : "K" (_spr), "r" (_val))
23 #define mtspr_off(_spr, _off, _val) __asm__ __volatile__ ( \ argument
25 : : "r" (_off), "r" (_val), "K" (_spr))
/arch/ia64/include/asm/xen/
Dprivop.h106 #define xen_set_virtual_psr_i(_val) \ argument
107 ({ XSI_PSR_I = (uint8_t)(_val) ? 0 : 1; })
108 #define xen_set_virtual_psr_ic(_val) \ argument
109 ({ XEN_MAPPEDREGS->interrupt_collection_enabled = _val ? 1 : 0; })
/arch/mips/include/asm/sn/
Dagent.h33 #define SET_HUB_NIC(_my_cpuid, _val) \ argument
34 (HUB_S(HUB_NIC_ADDR(_my_cpuid), (_val)))
Daddrs.h213 #define BDPRT_ENTRY_S(_pa, _rgn, _val) (*(__psunsigned_t *)BDPRT_ENTRY((_pa), (_rgn))=(_val)) argument
/arch/blackfin/include/asm/
Duaccess.h132 unsigned long _val = 0; \
139 __get_user_asm(_val, _p, B,(Z)); \
142 __get_user_asm(_val, _p, W,(Z)); \
145 __get_user_asm(_val, _p, , ); \
150 x = (typeof(*(ptr)))_val; \
/arch/mips/pci/
Dpci-alchemy.c262 u8 _val; in alchemy_pci_read() local
263 int rc = read_config_byte(bus, devfn, where, &_val); in alchemy_pci_read()
265 *val = _val; in alchemy_pci_read()
269 u16 _val; in alchemy_pci_read() local
270 int rc = read_config_word(bus, devfn, where, &_val); in alchemy_pci_read()
272 *val = _val; in alchemy_pci_read()
/arch/x86/include/asm/
Dmsr.h199 unsigned long long _val = native_read_tscp(&(aux)); \
200 (low) = (u32)_val; \
201 (high) = (u32)(_val >> 32); \
/arch/x86/kernel/cpu/
Dperf_event.h22 u64 _val = (val); \
24 (unsigned long long)(_val)); \
25 native_write_msr((_msr), (u32)(_val), (u32)(_val >> 32)); \
/arch/mips/include/asm/sn/sn0/
Dhubmd.h437 #define SET_CPU_LEDS(_nasid, _slice, _val) \ argument
438 (HUB_S(CPU_LED_ADDR(_nasid, _slice), (_val)))