/* * C6X IRQ flag handling * * Copyright (C) 2010 Texas Instruments Incorporated * Written by Mark Salter (msalter@redhat.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public Licence * as published by the Free Software Foundation; either version * 2 of the Licence, or (at your option) any later version. */ #ifndef _ASM_IRQFLAGS_H #define _ASM_IRQFLAGS_H #ifndef __ASSEMBLY__ /* read interrupt enabled status */
static inline unsigned long arch_local_save_flags(void) { unsigned long flags; asm volatile (" mvc .s2 CSR,%0\n" : "=b"(flags)); return flags; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Aurelien Jacquiot | 20 | 100.00% | 1 | 100.00% |
Total | 20 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Aurelien Jacquiot | 13 | 92.86% | 1 | 50.00% |
Mark Salter | 1 | 7.14% | 1 | 50.00% |
Total | 14 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Aurelien Jacquiot | 25 | 100.00% | 1 | 100.00% |
Total | 25 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Aurelien Jacquiot | 26 | 100.00% | 1 | 100.00% |
Total | 26 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Aurelien Jacquiot | 30 | 100.00% | 1 | 100.00% |
Total | 30 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Aurelien Jacquiot | 20 | 100.00% | 1 | 100.00% |
Total | 20 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Aurelien Jacquiot | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Aurelien Jacquiot | 173 | 99.43% | 1 | 50.00% |
Mark Salter | 1 | 0.57% | 1 | 50.00% |
Total | 174 | 100.00% | 2 | 100.00% |